Scripting Startup Disk control panel
Scripting Startup Disk control panel
- Subject: Scripting Startup Disk control panel
- From: Jan Pieter Kunst <email@hidden>
- Date: Sun, 29 Jul 2001 11:57:22 +0200
Hello all,
According to the dictionary of the Startup Disk control panel, the
application should have the following properties:
startup disk alias
alias -- Alias to the disk used to start up the system
startup system folder alias
alias -- Alias to the system folder used to start up the system
Trying to get these properties results in errors.
tell application "Opstartschijf" -- "Startup Disk" in Dutch
get startup disk alias
end tell
--> Expected end of line but found class name
tell application "Opstartschijf"
get startup system folder alias
end tell
--> Expected end of line but found application constant or consideration
What am I doing wrong? Mac OS 9.1, AS 1.5.5 (sorry, no Dutch AS 1.6 is yet
in existence).
Thanks,
Jan Pieter Kunst.-