home *** CD-ROM | disk | FTP | other *** search
- C:SetPatch QUIET ; Patch some bugs
- C:Assign ENV: Sys:Prefs/Env ; Assign ENV:, Reqtools requires this
-
- IF EXISTS DEVS:Monitors ; Active all monitors
- IF EXISTS DEVS:Monitors/VGAOnly ; so that you can get _any_
- DEVS:Monitors/VGAOnly ; screenmode.
- 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 21
- C:Startup-Menu ; execute SM. NOTE : SM can load-in
- IF WARN ; an alternative prefs file, eg
- ; Startup-Menu [prefsfilename]
- execute >NIL: S:Startup-sequence.wb ; what to do if an error occurs
- ENDIF
- endcli >NIL: