home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / MOUSE / GPIBLPT.ZIP / MAKE_LPP.BAT < prev    next >
Encoding:
DOS Batch File  |  1990-10-18  |  115 b   |  6 lines

  1. REM Batch file to make lpplot.exe
  2. masm lpplot/Mx;
  3. masm gpib_c/Mx;
  4. masm lpend/Mx;
  5. link lpplot+gpib_c+lpend/M;
  6.