home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 221.lha / s / drf1lib < prev    next >
AmigaDOS Script File  |  1996-02-15  |  377b  |  11 lines

  1. .key lib,file1
  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. blink drlib:drstartf.o+<file1>.r lib drlib:<lib>.lib+drlib:drio.lib+drlib:draco.lib+drlib:dos.lib+drlib:exec.lib+drlib:mathieeedoubtrans.lib to <file1> smallcode
  11.