home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1996 October / PCO_10.ISO / filesbbs / webetch.arj / FIXTEXT.BAT next >
Encoding:
DOS Batch File  |  1996-03-25  |  112 b   |  7 lines

  1. @echo off
  2. @echo Attempting to rename *.tx~ files to *.txt
  3. ren *.tx~ *.txt
  4. dir u*.tx?
  5. @echo Done!
  6. @echo on
  7.