home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Interactive Guide / c-cplusplus-interactive-guide.iso / c_ref / csource4 / 209_01 / change.bat < prev    next >
Encoding:
DOS Batch File  |  1990-03-05  |  39 b   |  4 lines

  1. filter < %1 > tmp
  2. del %1
  3. ren tmp %1
  4.