home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Sound / Misc / MUSICX23.DMS / in.adf / s / Startup-Sequence < prev    next >
Encoding:
Text File  |  1989-07-04  |  886 b   |  27 lines

  1. Addbuffers df0: 5
  2. c:SetPatch >NIL: ;patch system functions
  3. cd c:
  4. echo "A500/A2000 Workbench disk.  Release 1.3 version 34.20*N"
  5. Sys:System/FastMemFirst ; move C00000 memory to last in list
  6. BindDrivers
  7. FailAt 30
  8. SetClock load ;load system time from real time clock (A1000 owners should
  9.               ;replace the SetClock load with Date
  10. If WARN
  11.     echo "Use Preferences to set date."
  12. EndIf
  13. FF >NIL: -0 ;speed up Text
  14. resident CLI L:Shell-Seg SYSTEM pure add; activate Shell
  15. resident c:Execute pure
  16. mount newcon:
  17. ;
  18. failat 11
  19. run execute s:StartupII ;This lets resident be used for rest of script
  20. wait >NIL: 5 mins ;wait for StartupII to complete (will signal when done)
  21. ;
  22. Copy Sys:s/RamDisk.info to RAM:Disk.info
  23. SYS:System/SetMap usa1 ;Activate the ()/* on keypad
  24. path ram: c: sys:system s: add ;set path for Workbench
  25. LoadWB delay  ;wait for inhibit to end before continuing
  26. endcli >NIL:
  27.