home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 34 / af034a.adf / s / startup-sequence
Text File  |  1989-04-26  |  536b  |  17 lines

  1. c:SetPatch >NIL: ;patch system functions
  2. cd c:
  3. echo " Workbench disk.  Release 1.3 version 34.20*N"
  4. Sys:System/FastMemFirst ; move C00000 memory to last in list
  5. BindDrivers
  6. SetClock load ;load system time from real time clock (A1000 owners should
  7.           ;replace the SetClock load with Date
  8. ;
  9.  
  10. makedir ram:t
  11. assign T: ram:t ;set up T: directory for scripts
  12. ;
  13. SYS:System/SetMap usa1 ;Activate the ()/* on keypad
  14. path ram: c: sys:system s: add ;set path for Workbench
  15. LoadWB delay  ;wait for inhibit to end before continuing
  16. endcli >NIL:
  17.