Explore posts in the same categories: Cocoa,
MacOSX,
NSTask,
Objective-C,
Programming,
Sample Code
This entry was posted
on June 21, 2007 at 11:56 pm and is filed under Cocoa, MacOSX, NSTask, Objective-C, Programming, Sample Code.
You can subscribe via RSS 2.0 feed to this post's comments.
You can comment below, or link to this permanent URL from your own site.
June 22, 2007 at 1:01 am
[...] TO ADD: this is a better way to call the command line, or embed snippets of a different language in cocoa. [...]
August 10, 2007 at 12:04 am
[...] Very cool object [...]
September 24, 2007 at 8:49 am
[...] anywhere else. There is a workaround, but the cure is worse then the disease. You can use an NSTask to have the osascript program interpret the script for you. This won’t block your thread, but [...]
December 7, 2007 at 8:14 pm
[...] verify that IMLocationHelper has been launched by assert([[ShellTask executeShellCommandSynchronously:@”ps -axww | grep IMLocationHelper | grep -v grep”] [...]