home *** CD-ROM | disk | FTP | other *** search
/ Amiga Computing 68 / ac068b.adf / fusion.lha / s / Startup-Sequence < prev   
Text File  |  1987-08-11  |  302b  |  16 lines

  1. echo "A500/A2000 Workbench disk.  Release 1.3 version 34.20*N"
  2. c:SetPatch >NIL: ;patch system functions
  3. Sys:System/FastMemFirst
  4. BindDrivers
  5. if EXISTS sys:system
  6.     path sys:system add
  7. endif
  8. if EXISTS sys:utilities
  9.     path sys:utilities add
  10. endif
  11. Dir RAM:
  12. Path RAM: add
  13. SetMap gb
  14. LoadWb
  15. endcli > nil:
  16.