Re: Detecting Applescript and SKYPE
Re: Detecting Applescript and SKYPE
- Subject: Re: Detecting Applescript and SKYPE
- From: Peter Baxter <email@hidden>
- Date: Sat, 11 Oct 2008 03:12:25 +1100
Hi Don,
To detect if a particular application is installed, a script like the
following will do:
tell application "Finder"
try
if exists alias "Macintosh HD:Applications:SKYPE.app:" then
display dialog "Boo"
else
display dialog "Boo Hoo"
end if
end try
end tell
On 11/10/2008, at 1:30 AM, Don Wieland wrote:
SKYPE
There are three kinds of computer users:
1. Those who use a Mac
2. Those who wish they could use a Mac
3. Those who don't know any better
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