home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 032.lha / s / dr2lib < prev    next >
AmigaDOS Script File  |  1987-05-16  |  458b  |  15 lines

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