home *** CD-ROM | disk | FTP | other *** search
/ Amiga Computing 58 / ac058a.adf / s / Startup-Sequence < prev   
Text File  |  1993-01-04  |  940b  |  31 lines

  1. c:SetPatch >NIL: r ;patch system functions
  2. Addbuffers df0: 10
  3. cd c:
  4. echo "Amiga Workbench. Release 1.3.3 version 34.34"
  5. echo " "
  6. echo "MaxiPlan4 - The Disc Company"
  7. makedir ram:T
  8. assign t: ram:t
  9. Sys:System/FastMemFirst ; move C00000 memory to last in list
  10. BindDrivers
  11. SetClock load ;load system time from real time clock (A1000 owners should
  12.               ;replace the SetClock load with Date
  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. makedir ram:env ; set up ENV: directory
  20. assign ENV: ram:env
  21. makedir ram:clipboards ;set up CLIPS: assign
  22. assign CLIPS: ram:clipboards
  23. mount speak: ;just mounting doesn't take much ram at all
  24. mount aux:
  25. mount pipe:
  26.  
  27. path ram: c: sys:maxiplan sys:system s: sys:prefs add ;set path for Workbench
  28. SYS:System/SetMap gb ;Activate the ()/* on keypad
  29. LoadWB delay  ;wait for inhibit to end before continuing
  30. endcli >NIL:
  31.