• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: How to prevent Classic from starting?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

References: 
 >Re: How to prevent Classic from starting? (From: Jeffrey Mattox <email@hidden>)

  • Prev by Date: Re: How to prevent Classic from starting?
  • Next by Date: Re: How to prevent Classic from starting?
  • Previous by thread: Re: How to prevent Classic from starting?
  • Next by thread: Re: How to prevent Classic from starting?
  • Index(es):
    • Date
    • Thread