home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Interactive Guide / c-cplusplus-interactive-guide.iso / c_ref / csource3 / 160_01 / makx.bat < prev    next >
Encoding:
DOS Batch File  |  1985-11-26  |  77 b   |  5 lines

  1. command /c lcc %1
  2. %1 <%1.in >%1.out
  3. comp %1.out %1.tst
  4. del %1.obj %1.exe
  5.