Re: Listing running applications
Re: Listing running applications
- Subject: Re: Listing running applications
- From: Bill White <email@hidden>
- Date: Thu, 17 Oct 2002 13:13:52 -0400
>
Can someone show me a simple script that will list currently running
>
applications (OS X 10.2.1)? Thanks in advance
tell application "Finder" to get every process
-- or if you just want their names...
tell application "Finder" to get name of every process
_______________________________________________
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.