Below is a batch file written by Bill Peters. Here is the
batch file text:
cd c:\
del /s *.yyy
del /s *.xxx
This way it finds all of the .yyy and .xxx files. Some guys
like to install the games to different locations than the
default path.
For each drive you make a set of text for it.
Thus C, D and E would be:
cd c:\
del /s *.yyy
del /s *.xxx
d:
del /s *.yyy
del /s *.xxx
e:
del /s *.yyy
del /s *.xxx
Click here to download
a batch file created for a system with a C: & D: drive.
This
page updated on 7th Dec 2009
|
|