;----------
; Multistartup sequence v1.0: 08/01/1995
;----------
; To install this startup sequence:
; ---------------------------------
; #1) Rename your current s:startup-sequence.
; #2) Copy this startup-sequence into your current s: directory.
; #3) Install 'MultiStartup' in your startup c: directory.
; #4) From the CLI/ Shell, enter 'MultiStartup -p'.
; #5) Enter the name of the original startup sequenced you renamed
;     in the 'Standard Startup Sequences' section next the button
;     displaying your current KICKSTART version.  If you are not
;     sure of your current version, enter from the CLI/ Shell
;     'VERSION':
;     ----------
;     36, 37 ..... 2.0
;     38 ......... 3.0
;     39 ......... 4.0
;     40 ......... 5.0
;
;     ... and any other startup sequence you'd like access to
;     during bootup.
;
;     To bring up the selection menu on bootup, hold down the left
;     mouse button (LMB) while the system is booting up.
;
;----------
  Assign >NIL: ENV: RAM:            ; This prevents an ENV: requestor
  c:MultiStartup                    ; MultiStartup...
  Assign >NIL: ENV: RAM: REMOVE     ; Remove the temporary assign.
  Execute RAM:startup-sequence      ; Execute the selected startup sequence.
  Delete  RAM:startup-sequence      ; Delete the temporary startup sequence.
  EndCLI                            ; All done.
;