Re: are WeatherPop running
Re: are WeatherPop running
- Subject: Re: are WeatherPop running
- From: Christopher Stone <email@hidden>
- Date: Sat, 3 Jan 2004 23:21:17 -0600
At 21:54 -0700 01/03/2004, Robert Poland wrought:
Need a way to tell if "Install Script Menu" has been run. These both are
menu bar items that show up visually but I haven't been able to test
them with a script.
tell application "System Events"
set flag to exists of process "WeatherPopApp"
end tell
flag --> false
______________________________________________________________________
Hey Bob,
Okay. *Is* WeatherPop running?
If you run this script is WeatherPop listed?
tell application "System Events"
name of processes
end tell
What happens if you run this one?
tell application "System Events"
name of processes whose name contains "weather"
end tell
Chris
_______________________________________________
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.