Re: are WeatherPop running
Re: are WeatherPop running
- Subject: Re: are WeatherPop running
- From: Craig Sutherland <email@hidden>
- Date: Sat, 3 Jan 2004 20:10:26 -0600
Bob,
On Jan 3, 2004, at 7:18 PM, Robert Poland wrote:
Trying to get this to work;
-- Is WeatherPop running?
tell application "Finder"
if (processes whose name = "WeatherPop") {} then
say "WeatherPop"
end if
end tell
tell application "System Events"
if title of every process contains "Weatherpop" then
display dialog "It's there" buttons {"OK"}
end if
end tell
No ideas on the Script Menu. Searching the applescript-users list
archive is always a good place to start. Just don't use Safari.
HTH
Craig
_______________________________________________
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.