home *** CD-ROM | disk | FTP | other *** search
- ; you may put any commands below that are run at all times, before booman runs
-
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- run >nil: s:BootMan
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ; you may put any commands below that are started while booman prompts the user
- ; to select the desired startup
-
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- endcli >nil:
- ;the lines below are so that if you use the Commodore Installer for
- ; other applications, it will know where your user-startup is.
- ; it will get an error without this here
- if exists s:user-startup
- execute s:user-startup
- endif
-