Re: Why is Classic launching with this script?
Re: Why is Classic launching with this script?
- Subject: Re: Why is Classic launching with this script?
- From: J Charles Ferrari <email@hidden>
- Date: Tue, 13 Jan 2004 17:53:22 -0800
Unfortunately that will break the moment the hard drive is renamed.
Charles
On Jan 13, 2004, at 1:58 PM, Emmanuel wrote:
At 3:45 PM -0500 13/01/04, Ian Ferguson wrote:
I am writing a script on Panther the calls "Keychain Scripting". When
I run it, for some reason, classic wants to launch. Can anybody offer
me a solution or reason why this is happening?
-- Script
tell application "Keychain Scripting"
set myKeychain to current keychain
end tell
I choose "solution".
I would try to provide the full path to the application, as in:
---------------------
tell application "Macintosh HD:Applications:iTunes" to play
---------------------
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.
_______________________________________________
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.