Re: CLI calls
Re: CLI calls
- Subject: Re: CLI calls
- From: Finlay Dobbie <email@hidden>
- Date: Mon, 13 Aug 2001 20:51:32 +0100
On Monday, August 13, 2001, at 08:42 pm, Todd Martin wrote:
to run CLI commands. I'm working on something that also needs to be
able to do this in Objective-C. I'm just now learning Cocoa and can't
find anything like this. If you can help I'd appreciate it, thanks
folks.
You can still use system() in your Cocoa apps, but you might like to
look into the NSTask object in Foundation. There are examples on usage
over at www.cocoadevcentral.com, too. And a fair bit of sample code
around, as well.
-- Finlay
References: | |
| >CLI calls (From: Todd Martin <email@hidden>) |