Re: [AS]Re: Setting the startup disk.
Re: [AS]Re: Setting the startup disk.
- Subject: Re: [AS]Re: Setting the startup disk.
- From: Michelle Steiner <email@hidden>
- Date: Mon, 23 Apr 2001 11:12:39 -0700
On 4/23/01 8:05 AM, Phil Burk <email@hidden> wrote:
>
Got a question to follow up on this. It seems that this command only works
>
for setting the startup disk to Mac OS 9 versions. I can't seem to get this
>
syntax to work for setting the startup disk to OS X. Here's my syntax:
>
>
tell application "Startup Disk"
>
activate
>
set startup system folder alias to alias "OS
>
X:System:Library:CoreServices:"
>
quit
>
end tell
Well, I know that this one works.
tell application "Startup Disk"
set localboot to true
set netboot to false
set startup disk alias to alias "Dora:"
set startup system folder alias to alias
"Dora:System:Library:CoreServices:BootX"
end tell
tell application "Finder"
restart
end tell
I don't know whether all the lines are required; I suspect that the first
two lines of the first tell block can be removed, and maybe the third.
Obviously, you'd have to change the disk name from Dora to your own
disk's name.
--Michelle
----------------------------------------------------------------------
| Michelle Steiner | We're not human beings having a spiritual |
| | experience. We're spiritual beings |
| email@hidden | having a human experience. |
----------------------------------------------------------------------