home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / CLIPPER / MISC / CLRUN.ZIP / CL.BAT next >
Encoding:
DOS Batch File  |  1987-01-21  |  412 b   |  23 lines

  1. echo off
  2. cls
  3. \util\setram d: 78 >junk
  4. set clipper=v002;r195
  5. if exist d:clipper.exe goto :end
  6.  copy \clip\clipper.exe d: >junk
  7. :end
  8. erase junk
  9. \clip\clrun\clrun
  10. set clipper=
  11. if errorlevel 1 goto end
  12. cls
  13. plink86 @pot
  14. echo off
  15. cls
  16. echo                       Compiled and linked successfully
  17. goto fin
  18. :end
  19. echo off
  20. cls
  21. echo                       Compilation in error, not linked
  22. :fin
  23. type beep