Is there anyway to launch the app directly (without using /usr/bin/
open) so that I can retain a handle on it and terminate it after a
timeout?
What have you tried? You should be able to just pass the path of
your app's executable directly, and an empty param array. Or even
better, use NSWorkspace's launchApplication: method.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/email@hidden