Re: How to prevent Classic from starting?
Re: How to prevent Classic from starting?
- Subject: Re: How to prevent Classic from starting?
- From: Richard Morton <email@hidden>
- Date: Thu, 18 Dec 2003 17:48:30 +1100
On Thursday, December 18, 2003, at 04:05 PM, Jeffrey Mattox wrote:
At 7:59 PM -0800 12/17/03, Paul Berkowitz wrote:
Use the full path to the OS X Keychain Scripting application file in
the
'tell' command.
This works on my system:
tell application "Macintosh
HD:System:Library:ScriptingAdditions:Keychain Scripting.app:"
But I won't know the name of the startup disk. I've tried every form
I can think of using "of startup disk" without success. I'm stuck.
Try this:
set kcScripting to ((path to scripting additions as Unicode text) &
"Keychain Scripting.app:")
tell application kcScripting
It might even work on one line:
tell application ((path to scripting additions as Unicode text) &
"Keychain Scripting.app:")
KC Jones
_______________________________________________
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.