home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Interactive Reference Guide / C-C++ Interactive Reference Guide.iso / c_ref / csource5 / 331_01 / cl.bat < prev    next >
Encoding:
DOS Batch File  |  1987-05-17  |  58 b   |  4 lines

  1. msc %1.c,obj\%1.obj;
  2. if errorlevel 1 goto skip
  3. l
  4. :skip