Re: Open dictionary script
Re: Open dictionary script
- Subject: Re: Open dictionary script
- From: Philippe GRUCHET <email@hidden>
- Date: Mon, 10 Mar 2003 03:41:41 +0100
From: zoff <email@hidden>
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?
Try this line:
tell app "Script Editor" to open alias ":Applications:iTunes.app:"
Doesn't need to write the name of your HD.
Handy for portability!
Kind regards,
Philippe Gruchet/SVM Mac
VNU Publications France
http://svmmac.vnunet.fr
_______________________________________________
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.