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