Switch to OS X
Switch to OS X
- Subject: Switch to OS X
- From: Michelle Steiner <email@hidden>
- Date: Mon, 9 Apr 2001 20:06:47 -0700
Here's a simple script that will switch the startup system to OS X and
restart the computer. Save it as an applet after changing the disk name
to your own hard disk.
--Michelle
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
----------------------------------------------------------------------
| Michelle Steiner | We're not human beings having a spiritual |
| | experience. We're spiritual beings |
| email@hidden | having a human experience. |
----------------------------------------------------------------------