home *** CD-ROM | disk | FTP | other *** search
- ; Customised startup-sequence for Startup-menu (OS3)
-
- C:SetPatch QUIET ; Patch some bugs
- C:Assign >NIL: ENV: RAM: ; Assign ENV:, Diskfont library requires this
- C:Assign >NIL: T: RAM:
-
- IF EXISTS DEVS:Monitors ; Active all monitors
- IF EXISTS DEVS:Monitors/VGAOnly ; so that you can get any screenmode
- DEVS:Monitors/VGAOnly
- EndIF
- C:List >NIL: DEVS:Monitors/~(#?.info|VGAOnly) TO T:M LFORMAT "DEVS:Monitors/%s"
- Execute T:M
- C:Delete >NIL: T:M
- EndIF
-
- Failat 20
- C:Startup-Menu ; 'execute' SM
- IF WARN
- execute >NIL: S:Startup-sequence.wb ; what to execute if an error occurs
- ENDIF
- endcli >NIL:
-