Re: getting application running information.
Re: getting application running information.
- Subject: Re: getting application running information.
- From: Jean-Baptiste Le Stang <email@hidden>
- Date: Fri, 24 May 2002 10:04:25 +0200
on the 24/05/02 9:30, ben at email@hidden wrote :
>
Hi$
>
>
How can I check if a specific application is running? I only want to execute
>
a given function of my script if that application is running either in the
>
background or the foreground. How am I to go on about this?
>
>
Ben
The following code will return to you the name of every running process(
among them, you'll find all the running applications)
Jean-baptiste LE STANG
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.