Re: Open dictionary script
Re: Open dictionary script
- Subject: Re: Open dictionary script
- From: John Delacour <email@hidden>
- Date: Sun, 9 Mar 2003 20:48:14 +0000
- Mac-eudora-version: 6.0a10
At 2:27 pm -0500 9/3/03, zoff wrote:
Not long ago I was able to quickly open an applications AS
dictionary by running a script such as:
tell application "Script Editor" to open file "My HD:Applications:iTunes.app:"
This no longer works. Any suggestions?
do shell script "open -a 'Script Editor.app' /Appl*/iT*"
or
tell application "Script Editor"
open ("" & (path to startup disk) & "Applications:iTunes.app:") as alias
end tell
JD
_______________________________________________
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.