Re: How to check applications already opened
Re: How to check applications already opened
- Subject: Re: How to check applications already opened
- From: Paul Skinner <email@hidden>
- Date: Fri, 13 Dec 2002 08:56:18 -0500
On Friday, December 13, 2002, at 07:54 AM, ehsan saffari wrote:
On 13/12/2002, Elmer Banate <email@hidden> wrote:
Is there a way to check what are the opened
applications. Or to check if that application is
already open.
This works in Mac OS 8.6:
tell application "Finder" to set x to name of every process
-->{"Emailer", "DragThing","FileMaker Pro", "Script Debugger"}
and it most likely doesn't work in OS9 or OSX...
cheers
ehsan
Why would you think that? It works in X and, if I recall correctly, in
9 as well.
--
Paul Skinner
_______________________________________________
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.