Re: Launching an App without NSWorkspace?
Re: Launching an App without NSWorkspace?
- Subject: Re: Launching an App without NSWorkspace?
- From: Kurt Revis <email@hidden>
- Date: Wed, 4 Sep 2002 13:22:26 -0700
On Wednesday, September 4, 2002, at 12:50 PM, Ondra Cada wrote:
On Wednesday, September 4, 2002, at 09:27 , Isaac Sherman wrote:
How would I go about launching an app without using NSWorkspace? ...
I won't even mind an RTFM, as long as I
find out which FM I should read. ;)
RT NSTask FM ;)
NSTask is what you want for launching a tool (like the UNIX
command-line programs), but not an application.
Look into the documentation for LaunchServices:
http://developer.apple.com/technotes/tn/tn2017.html
and also see the header file itself:
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/
LaunchServices.framework/Headers/LaunchServices.h
--
Kurt Revis
email@hidden
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.