home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / s / startup-sequence.pure < prev    next >
Text File  |  1991-10-17  |  1KB  |  36 lines

  1. c:SetPatch >NIL: r ;patch system functions
  2. Addbuffers df0: 10
  3. cd c:
  4. echo "Amiga Workbench Disk. Release 1.3.2 version 34.28"
  5. echo " "
  6. echo "   ==========================================="
  7. echo "   Welcome to the exciting new world of CD ROM"
  8. echo " "
  9. echo "       The Fred Fish Collection on CD ROM "
  10. echo "           Version 1.0    January 1991 "
  11. echo " "
  12. echo "             HyperMedia Concepts, Inc. "
  13. echo "                   P.O. Box 85303 "
  14. echo "                  Racine, WI  53408 "
  15. echo " "
  16. echo "               Phone:  414.632.3766 "
  17. echo "   ==========================================="
  18. echo " "
  19. Sys:System/FastMemFirst ; move C00000 memory to last in list
  20. BindDrivers
  21. SetClock load ;load system time from real time clock (A1000 owners should
  22.               ;replace the SetClock load with Date
  23. FF >NIL: -0 ;speed up Text
  24. resident CLI L:Shell-Seg SYSTEM pure add; activate Shell
  25. resident c:Execute
  26. mount newcon:
  27. ;
  28. failat 11
  29. run execute s:StartupII ;This lets resident be used for rest of script
  30. wait >NIL: 5 mins ;wait for StartupII to complete (will signal when done)
  31. ;
  32. SYS:System/SetMap usa1 ;Activate the ()/* on keypad
  33. path ram: c: sys:utilities sys:system s: sys:prefs add ;set path for Workbench
  34. LoadWB delay  ;wait for inhibit to end before continuing
  35. endcli >NIL:
  36.