Re: starting external program at runtime

2008-07-11 Thread Jason Coco
If your helper application is a console app, however, you should keep it with your main application bundle and use NSTask to run it and interact with it. (By console app I simply mean something that doesn't interact directly with the user). On Jul 11, 2008, at 11:19 , Abernathy, Joshua wrot

RE: starting external program at runtime

2008-07-11 Thread Abernathy, Joshua
NSWorkspace can launch applications for you. Check out http://theocacao.com/document.page/183 and http://developer.apple.com/documentation/Cocoa/Reference/ApplicationKit/ Classes/NSWorkspace_Class/Reference/Reference.html. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED