home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / programs / system / bootman / s / startup-sequence < prev   
Text File  |  1995-02-27  |  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.