I have a Carbon / PPC based bundle app with an embedded Mach-O based helper
app (no gui / also a bundle). I'd like to call my helper app with some
command line arguements but I can't figure out how to do it. I'm toying with
the idea of having the parent app create a command file in /tmp and then
having my helper app open this file on startup, but I'd rather not do all
that work if there's a better way. So, is there a better way to pass args to
a bundle app?
Thanks,
William
Miro Jurisic - 19 Jul 2003 00:51 GMT
> I have a Carbon / PPC based bundle app with an embedded Mach-O based helper
> app (no gui / also a bundle). I'd like to call my helper app with some
[quoted text clipped - 3 lines]
> that work if there's a better way. So, is there a better way to pass args to
> a bundle app?
How are you starting the app?
meeroh