home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 8 / CDASC08.ISO / VRAC / LEECH69.ZIP / REROLL.BAT < prev    next >
Encoding:
DOS Batch File  |  1993-08-03  |  276 b   |  9 lines

  1. @echo off
  2. echo Make sure you in the Leech Directory
  3. echo This file will deleat all *.LCH and *.DAT Files
  4. echo Which will ReRoll Leech Version 6.9 by James Fielden
  5. echo Press CTRL-C to quit any other key to ReRoll Leech.
  6. pause
  7. del *.dat
  8. echo Leech Has Been ReRolled...
  9.