Re: Knowing when application terminates...
Re: Knowing when application terminates...
- Subject: Re: Knowing when application terminates...
- From: Ondra Cada <email@hidden>
- Date: Thu, 18 Jul 2002 20:22:35 +0200
On Thursday, July 18, 2002, at 07:34 , Finlay Dobbie wrote:
if ( APP IS NOT RUNNING ) {
[[NSWorkspace sharedWorkspace] launchApplication: @"APP NAME"];
}
I think you'll need the Carbon Process Manager to do what you want.
Might be much easier with it (I dunno), but plain ps should help, too.
---
Ondra Cada
OCSoftware: email@hidden
http://www.ocs.cz
private email@hidden
http://www.ocs.cz/oc
_______________________________________________
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.