Re: Setting the startup disk.
Re: Setting the startup disk.
- Subject: Re: Setting the startup disk.
- From: Michelle Steiner <email@hidden>
- Date: Wed, 18 Apr 2001 22:21:08 -0700
On 4/18/01 8:33 PM, David Thorp <email@hidden> wrote:
>
I wish to write two AppleScripts for switching between OS 9 and OS X. Both
>
systems are on the same volume. One script to run in OS 9 for switching the
>
startup system folder to OS X, the other for doing the reverse.
here's one that will switch to OS X.
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 "hard
disk:System:Library:CoreServices:BootX"
end tell
tell application "Finder"
restart
end tell
--Michelle
----------------------------------------------------------------------
| Michelle Steiner | We're not human beings having a spiritual |
| | experience. We're spiritual beings |
| email@hidden | having a human experience. |
----------------------------------------------------------------------