home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_100 / 160_01 / makx.bat < prev    next >
DOS Batch File  |  1985-11-26  |  77b  |  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.