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: Emmanuel <email@hidden>
- Date: Tue, 13 Jan 2004 22:58:53 +0100
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.