Launching Multiple Instance of an Application
Launching Multiple Instance of an Application
- Subject: Launching Multiple Instance of an Application
- From: "Yves Peneveyre" <email@hidden>
- Date: Thu, 10 Jan 2002 16:53:30 +0100
Hello,
I'd like to launch more than one instance of the same application.
I know that to launch an application I can use [[NSWorkspace
sharedWorkspace] launchApplication: ...]
instruction. But, this one launches only one instance of the application
(maybe I missread something in the doc...)
So, I used the NSTask's launch method with the path to the
Content/MacOS/appName directory.
And I don't know if it's the right way to launch multiple instance of an
application.
Any advice ?
I thank you in advance for your help.
Yves
PS : Thank you to all contributors on this list for the help you provide.
----------------------------------------------------------------
Yves Peneveyre direct line : ++41 21 802 5754
Software Engineer fax : ++41 21 802 5751
LooKware development Ltd phone : ++41 21 802 5750
6B, ch du Trisi email: email@hidden
CH - 1028 Priverenges web:
http://www.lookware.ch
----------------------------------------------------------------