Re: Detecting Applescript and SKYPE - MORE
Re: Detecting Applescript and SKYPE - MORE
- Subject: Re: Detecting Applescript and SKYPE - MORE
- From: Peter Baxter <email@hidden>
- Date: Sat, 11 Oct 2008 07:23:32 +1100
Hi Don,
tell application "System Events"
if exists application process "Skype" then
display dialog "Yes"
else
display dialog "No"
end if
end tell
I bet there are shorter ideas on this as well!
My choice early in life was either to be a piano-player in a
whorehouse or a politician. And to tell the truth, there's hardly any
difference.
-- Harry S. Truman (circa 1962)
Peter Baxter
email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden