• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Setting the startup disk.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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. |
----------------------------------------------------------------------


  • Follow-Ups:
    • Re: Setting the startup disk.
      • From: David Thorp <email@hidden>
  • Prev by Date: Re: Random number generator without duplicates?
  • Next by Date: how to sort records??
  • Previous by thread: Setting the startup disk.
  • Next by thread: Re: Setting the startup disk.
  • Index(es):
    • Date
    • Thread