home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / PROTEXT4.2.DMS / in.adf / s / startup-sequence
Encoding:
Text File  |  2000-01-03  |  307 b   |  19 lines

  1. type text
  2. intro
  3. addbuffers df0: 20
  4. ;
  5. ; Remove the ; on the next line to copy the dictionaries to RAM:
  6. ;copy protext-dict-util-disk:arnorusa.#? ram:
  7. ;
  8. failat 15
  9. isa500
  10. if error
  11.  echo "Loading PROTEXT (small version)..."
  12.  run protext500
  13. else
  14.  setclock opt load
  15.  echo "Loading PROTEXT ..."
  16.  run protext
  17. endif
  18.  
  19.