Replacement for "Akua Sweets" in OSX
Replacement for "Akua Sweets" in OSX
- Subject: Replacement for "Akua Sweets" in OSX
- From: Brennan <email@hidden>
- Date: Thu, 21 Nov 2002 22:36:13 +0100
On Thu, 21 Nov 2002 21:16:35 +0100, Barbara Mueller <email@hidden> wrote:
>
In system 9.2.2 I was using the scripting addtions "Akua Sweets"
>
for the following commands:
>
>
tell application "Finder"
>
set theProg to path to creator "CARO"
>
open theProg
>
end tell
>
>
This way I could open an application using its creator, avoiding to
>
change the script after installing a new version of a program - which
>
often had a different name than the old version.
This should do it:
tell application "Finder"
open application file id "CARO"
end tell
Brennan
_______________________________________________
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.