home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Interactive Guide / c-cplusplus-interactive-guide.iso / c_ref / csource5 / 344_01 / cxrp.bat < prev    next >
Encoding:
DOS Batch File  |  1990-12-09  |  117 b   |  7 lines

  1. if NOT EXIST %1.c goto :end
  2. cb %1.c | retabf -o3 -n1 | clv > %1.cb
  3. xc2 %1.cb -w 104 -o %1.prn
  4. del %1.cb
  5. :end
  6. 
  7.