home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 5 / FreshFish_July-August1994.bin / bbs / util / startup-menu-1.5.lha / Startup-Menu-1.5 / S / startup-sequence_OS3 < prev   
Encoding:
Text File  |  1992-09-02  |  671 b   |  22 lines

  1. ; Customised startup-sequence for Startup-menu (OS3)
  2.  
  3. C:SetPatch QUIET                      ; Patch some bugs
  4. C:Assign >NIL: ENV: RAM:              ; Assign ENV:, Diskfont library requires this
  5. C:Assign >NIL: T: RAM:
  6.  
  7. IF EXISTS DEVS:Monitors               ; Active all monitors
  8.  IF EXISTS DEVS:Monitors/VGAOnly      ; so that you can get any screenmode
  9.   DEVS:Monitors/VGAOnly
  10.  EndIF
  11.  C:List >NIL: DEVS:Monitors/~(#?.info|VGAOnly) TO T:M LFORMAT "DEVS:Monitors/%s"
  12.  Execute T:M
  13.  C:Delete >NIL: T:M
  14. EndIF
  15.  
  16. Failat 20
  17. C:Startup-Menu                        ; 'execute' SM
  18. IF WARN
  19.  execute >NIL: S:Startup-sequence.wb  ; what to execute if an error occurs
  20. ENDIF
  21. endcli >NIL:
  22.