Re: Booting from 9 into X
Re: Booting from 9 into X
- Subject: Re: Booting from 9 into X
- From: alain content <email@hidden>
- Date: Sun, 17 Mar 2002 21:54:05 +0100
Thanks to Michelle Steiner and Andy Wylie, it works !
In case others are interested, here is my version :
--
tell application "Startup Disk"
set localboot to true -- required!
set it's startup system folder alias to ,
"U:System:Library:CoreServices:BootX" as alias
quit
end tell
tell application "Finder" to restart
--
The two critical things were
to set localboot to true
And
to use the full path to the location of BootX (rather than "HD:System:"
as I tried first)
Alternate forms also seem to work. Don't know if it makes any difference:
set startup system folder alias to "..." as alias
set startup system folder alias to alias "..."
--Alain
>
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 ?
_______________________________________________
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.