home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 59 / af059a.adf / inter.lha / s / Startup-Sequence < prev    next >
Text File  |  1993-01-28  |  833b  |  15 lines

  1. SetPatch >NIL:                               ; Patch system functions.
  2. Assign T: RAM:
  3. Addbuffers DF0: 10                           ; Add 5 KB buffers to DF0:
  4. Echo "Interactivision Workbench disk.*N"     ; Present disk.
  5. BindDrivers                                  ; Bind eventual drivers.
  6. SetClock >NIL: load                          ; Load system clock (if available).
  7. IF EXISTS S:StartupII                        ; Execute StartupII if it exists.
  8.   Execute S:StartupII
  9. ENDIF
  10. Path RAM: C: SYS:System SYS:Prefs ADD        ; Add path for Workbench.
  11. SetMap gb                                    ; Use american keyboard.
  12. Assign "INTERBASE 2:" InterBase:Examples     ; Assign for InterBase examples.
  13. LoadWB                                       ; Load the Workbench.
  14. EndCLI >NIL:                                 ; Terminate initial CLI.
  15.