aafuss1 macrumors 68000 Original poster May 5, 2002 1,598 2 Gold Coast, Australia Aug 9, 2007 #1 In Xcode, what could do I use for running another application fron my application using NSTask, via a button or label?
In Xcode, what could do I use for running another application fron my application using NSTask, via a button or label?
caveman_uk Guest Feb 17, 2003 2,390 1 Hitchin, Herts, UK Aug 10, 2007 #2 Use NSWorkspace's launchApplication method. Or you could use your own answer which is NSTask. In fact what exactly are you asking? You seem to know an answer already.
Use NSWorkspace's launchApplication method. Or you could use your own answer which is NSTask. In fact what exactly are you asking? You seem to know an answer already.