home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Assembler / DEVPAC2.08.DMS / in.adf / s / Startup-Sequence < prev   
Encoding:
Text File  |  1988-12-31  |  532 b   |  22 lines

  1. Loader;                      BAMIGA SECTOR ONE.
  2. echo "A500/A2000 Workbench disk.  Release 1.2 version 33.61 GB*N"
  3. echo "Welcome to Devpac Amiga Version 2*N"
  4. Sys:System/FastMemFirst
  5. BindDrivers
  6. Addbuffers df0: 20 ;this uses up about 10K of memory, but improves disk speed
  7. if EXISTS sys:system
  8.     path sys:system add
  9. endif
  10. if EXISTS sys:utilities
  11.     path sys:utilities add
  12. endif
  13. echo " Read the README file"
  14. Dir RAM:
  15. Path RAM: add
  16. SetMap gb ;change this if you have a non-UK keyboard
  17. ;LoadWb
  18. failat 30
  19. SetClock >NIL: Opt load
  20. Date
  21.  
  22.