home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / q / qwktxt45.zip / CC.BAT next >
DOS Batch File  |  1992-07-22  |  145b  |  7 lines

  1. @echo off
  2. if exist %1.exe del /q %1.exe
  3. if exist %1.map del /q %1.map
  4. cl /AH /nologo /Oxaz /Grs /W0 %1.c
  5. if exist %1.obj del /q %1.obj
  6. dir
  7.