home *** CD-ROM | disk | FTP | other *** search
- @echo off
- echo Make sure you in the Leech Directory
- echo This file will deleat all *.LCH and *.DAT Files
- echo Which will ReRoll Leech Version 6.9 by James Fielden
- echo Press CTRL-C to quit any other key to ReRoll Leech.
- pause
- del *.dat
- echo Leech Has Been ReRolled...
-