home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_300 / 344_01 / cxrp.bat < prev    next >
DOS Batch File  |  1990-12-09  |  117b  |  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.