CLI calls
CLI calls
- Subject: CLI calls
- From: Todd Martin <email@hidden>
- Date: Mon, 13 Aug 2001 12:42:11 -0700
Hi Everyone,
In working with C on UNIX I can use a:
system("/usr/local/bin/commandname");
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.
-todd