site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com User-agent: Thunderbird 2.0.0.4 (X11/20070711) John Zorko wrote: Using Cocoa, [[NSWorkspace sharedWorkspace] launchApplication:@"taskbar"]; -- Steve Checkoway _______________________________________________ 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... ... now this works, but the system() command is _so_ inappropriate here I think. What would be the best way to do this? On Windows, I would probably use ShellExecuteEx() ... how do I do this on OSX? Carbon, Cocoa ... either is ok (though my C++ is strong and my ObjC is weak) ... Or you can use Launch Services (possibly the better approach), <http://developer.apple.com/documentation/Carbon/Reference/LaunchServicesReference/Reference/reference.html>. This email sent to site_archiver@lists.apple.com