home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / HYPERBOOK1.DMS / in.adf / s / startup-sequence
Encoding:
Text File  |  1991-01-29  |  699 b   |  21 lines

  1. c:SetPatch >NIL: ;patch system functions
  2. cd c:
  3. echo "A500/A2000 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. failat 11
  10. makedir ram:t
  11. assign T: ram:t ;set up T: directory for scripts
  12. makedir ram:env ; set up ENV: directory
  13. assign ENV: ram:env
  14. makedir ram:clipboards ;set up CLIPS: assign
  15. assign CLIPS: ram:clipboards
  16. ;
  17. SYS:System/SetMap usa1 ;Activate the ()/* on keypad
  18. path ram: c: sys:system s: add ;set path for Workbench
  19. LoadWB delay  ;wait for inhibit to end before continuing
  20. endcli >NIL:
  21.