faster switching between startup disks

tbasco

Registered
I need a script to fast switch to my OS9 disk instead of having to go into the control panel, wich is too slow.

it should look something like this:

tell application "Finder"

activate

do shell script "/usr/sbin/bless -folder9 '/Volumes/Mac OS 9/System Folder' -setOF" password "xxx" with administrator privileges

restart

end tell

But when I try the script, it won't quit and the logout is timed out because of that.

Can somebody please tell me what's wrong?
 
Back
Top