home *** CD-ROM | disk | FTP | other *** search
/ Aminet 10 / aminetcdnumber101996.iso / Aminet / util / misc / mhsutil3.lha / MultiStartup / startup-sequence < prev   
Text File  |  1995-08-19  |  1KB  |  34 lines

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