RE: Listing running applications
RE: Listing running applications
- Subject: RE: Listing running applications
- From: Daniel Weinstein <email@hidden>
- Date: Fri, 18 Oct 2002 08:51:16 +1000
Neither of the suggested process-based scripts work if you are running
Classic AS under OSX. There is a freeware scripting addition called "List
Applications", part of the GTQ Scripting Library, which will do the job in
both OS9 and Classic - I don't know about OSX.
Daniel Weinstein
>
-----Original Message-----
>
From: Paul Berkowitz [mailto:email@hidden]
>
Sent: Friday, 18 October 2002 3:29 AM
>
To: Applescript-Users
>
Subject: Re: Listing running applications
>
>
>
On 10/17/02 9:55 AM, "Christopher Coulon"
>
<email@hidden> wrote:
>
>
> Can someone show me a simple script that will list currently running
>
> applications (OS X 10.2.1)? Thanks in advance,
>
>
>
> Chris
>
>
>
tell application "System Events"
>
set procs to name of every process
>
end tell
>
>
>
--
>
Paul Berkowitz
>
_______________________________________________
>
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.
_______________________________________________
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.