Re: are WeatherPop running
Re: are WeatherPop running
- Subject: Re: are WeatherPop running
- From: Deivy Petrescu <email@hidden>
- Date: Sat, 3 Jan 2004 21:30:33 -0500
At 6:18 PM -0700 1/3/04, Robert Poland wrote:
Hi,
Sitting here with nothing better to do
Trying to get this to work;
-- Is WeatherPop running?
tell application "Finder"
if (processes whose name = "WeatherPop") {} then
say "WeatherPop"
end if
end tell
in one line (I mean it).
tell application "System Events" to if exists
process "WeatherPop" then say "WeatherPop is
running"
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.
Tia,
--
Bob Poland - Englewood, CO
I do not quite get that. If you have a script
menu, most likely it has been. I had a problem
with mine (Script Menu) initially (in 10.3, that
is). I uninstalled it then installed via the
application provided for these tasks.
--
Regards
Saudagues
Deivy
http://www.dicas.com
_______________________________________________
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.