RE: Calling a Command line tool from an application
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com On Apr 11, 2005, at 14:17, Rick Steele wrote: Can anybody point me to docs which explain calling a command line tool from an application an providing it argumetns? You used the word "application" - is this a GUI based app? You may want to also look at NSPipe and NSFileHandle too. David _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... If you are using Cocoa or even just Obj-C you can use the Foundation classes NSProcessInfo and NSTask. These handle some of the details of fork/exec for you. This email sent to site_archiver@lists.apple.com
participants (1)
-
David Hoerl