home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PCPP Game Guide 2
/
PCPP_GG2.iso
/
PCPP
/
PATCHES
/
3Dfx
/
IState76
/
i76v1081.exe
/
Data
/
FIX106.BAT
< prev
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
|
1997-07-18
|
196 b
|
11 lines
echo off
cd addon
for %%i in (*.vtf) do call ..\movefile %%i
for %%i in (*.vdf) do call ..\movefile %%i
for %%i in (*.tmt) do call ..\movefile %%i
cd ..
echo off
echo off
echo !!Done!!