Booting from 9 into X
Booting from 9 into X
- Subject: Booting from 9 into X
- From: alain content <email@hidden>
- Date: Sun, 17 Mar 2002 16:54:17 +0100
Hi,
A recent thread explained how to script a restart from X into 9, but how
would you do the reverse ?
I found that the startup disk Control Panel was scriptable, and could go as
far as getting the startup folder, but setting it gives an error.
tell application "Startup Disk"
activate
get startup system folder alias
quit
end tell
-> 3U:System Folder:2 as alias
tell application "Startup Disk"
activate
set (startup system folder alias) to 3U:System:2 as alias
quit
end tell
-> could not blabla bla...
Help please, Thanks in advance !
_______________________________________________
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.