home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 2 / FFMCD02.bin / new / amigalibdisks / disk940 / bootman / s / startup-sequence < prev   
Text File  |  1993-12-21  |  692b  |  17 lines

  1. ; you may put any commands below that are run at all times, before booman runs
  2.  
  3. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  4. run >nil: s:BootMan
  5. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  6. ; you may put any commands below that are started while booman prompts the user
  7. ;    to select the desired startup
  8.  
  9. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  10. endcli >nil:
  11. ;the lines below are so that if you use the Commodore Installer for
  12. ;   other applications, it will know where your user-startup is.
  13. ;   it will get an error without this here
  14. if exists s:user-startup
  15.   execute s:user-startup
  16. endif
  17.