Re: Weird feature of "if it exists" or?
Re: Weird feature of "if it exists" or?
- Subject: Re: Weird feature of "if it exists" or?
- From: Emmanuel <email@hidden>
- Date: Sun, 14 Sep 2003 22:21:46 +0200
At 7:57 AM -0600 14/09/03, Robert Poland wrote:
>
What I'm trying to do is run "SETI@home_OSX" if
>
it exists and ignore it if it doesn't.
Does that application have a creator?
If it has, I think that your script should first of all test for:
--------------------------
tell application "Finder" to get application file id "XXXX"
--------------------------
then you know whether the app is there or not and you can decide whether you look for it in the processes and so on.
Emmanuel
_______________________________________________
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.