home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Online 1996 October
/
PCO_10.ISO
/
filesbbs
/
webetch.arj
/
FIXTEXT.BAT
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1996-03-25
|
112 b
|
7 lines
@echo off
@echo Attempting to rename *.tx~ files to *.txt
ren *.tx~ *.txt
dir u*.tx?
@echo Done!
@echo on