Re: Booting from 9 into X
Re: Booting from 9 into X
- Subject: Re: Booting from 9 into X
- From: Andy Wylie <email@hidden>
- Date: Mon, 18 Mar 2002 06:53:27 +1200
on 18/3/02 3:54 AM, alain content at email@hidden wrote:
>
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...
>
try...
set it's startup system folder alias to alias "3U:System:2"
_____________________________ Andy
_______________________________________________
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.