home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Interactive Guide / c-cplusplus-interactive-guide.iso / c_ref / csource3 / 173_01 / lineout.bat < prev    next >
Encoding:
DOS Batch File  |  1979-12-31  |  128 b   |  3 lines

  1. grep2 -v ^#line <%1 >temp
  2. copy temp %1
  3. del temp