home *** CD-ROM | disk | FTP | other *** search
- ; Customised startup-sequence for Startup-menu (OS2)
-
- C:SetPatch QUIET ; Patch some bugs
- C:Assign >NIL: ENV: RAM: ; Assign ENV:, Diskfont library requires this
- C:Assign >NIL: T: RAM:
-
- if exists sys:Monitors ; Active all monitors
- join >NIL: sys:monitors/~(#?.info) as t:mon-start
- execute t:mon-start ; so that you can get any screenmode
- delete >NIL: t:mon-start
- 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:
-