I'm brand new to Cocoa programming and was wondering how to run a .command file through my program. I've seen use of NSTask but being new I don't quite understand all of the lines and can't seem to get it to work. I don't need to monitor the terminal results or retrieve the data that terminal puts out, I just need to run it.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
The most simple way is:
This is not Cocoa, this is Posix. |
|||
|
|