Re: Listing running applications
Re: Listing running applications
- Subject: Re: Listing running applications
- From: Paul Berkowitz <email@hidden>
- Date: Thu, 17 Oct 2002 10:28:31 -0700
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.