| Sign In/My Account | View Cart |
| Article: |
JavaScript and Mac OS | |
| Subject: | "login as Administrator" | |
| Date: | 2001-05-14 21:49:07 | |
| From: | rdomidion | |
|
Response to: "login as Administrator"
|
||
|
I got it installed. There is a technote about this at http://.
|
||
Showing messages 1 through 2 of 2.
A tech note for this is at http://www.info.apple.com/kbnum/n106237. I assume this is the URL you meant?
I didn't try the scripts under OS X. When you say "the Hard Drive Apple script doesn't work in OS X" do you mean the JavaScript version doesn't work and the AppleScript version does? Both don't work? Try each of the statements after the "tell" (in AppleScript) or "var finder = ..." (JavaScript) one at a time, without any others.
Did you spell "startup disk" right? It has to be "finder.desktop.startup_disk" in JavaScript, you can't use spaces or capital letters. What does this statement:
tell application "Finder" to select startup disk
do in AppleScript (not JavaScript) in OS X?