home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 200-299 / ff201.lzh / Draco / s / dr2 < prev    next >
AmigaDOS Script File  |  1989-04-03  |  332b  |  11 lines

  1. .key file1,file2
  2. if not exists <file1>.r
  3.    echo "File <file1>.r does not exist.  Try again."
  4.    quit 20
  5. endif
  6. if not exists <file2>.r
  7.    echo "File <file2>.r does not exist.  Try again."
  8.    quit 20
  9. endif
  10. blink drlib:drstart.o+<file1>.r+<file2>.r lib drlib:drio.lib+drlib:draco.lib+drlib:dos.lib+drlib:exec.lib to <file1> smallcode
  11.