Re: how do I find out if an application is active?
Re: how do I find out if an application is active?
- Subject: Re: how do I find out if an application is active?
- From: John Delacour <email@hidden>
- Date: Mon, 24 Mar 2003 23:36:46 +0000
- Mac-eudora-version: 6.0a13
At 2:39 pm -0800 24/3/03, Jennifer Kolar wrote:
Simple newbie question-
I want to have another script that tells that application to quit if it is
actually open..
set blah to "Safari"
tell app "Finder" to set blahRunning to processes whose name is blah
if blahRunning is not {} then tell app blah to quit
JD
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.