home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- echo Removing Players Data File (TRIPEAKS.DAT)
- del tripeaks.dat
- echo Removing Score Data File (TRIPEAKS.SCR)
- del tripeaks.scr
- echo Removing Scores from Last Month Data File (TRIPEAKS.MB4)
- del tripeaks.mb4
- echo Removing Alltime High Score Data File (TALLTIME.DAT)
- del talltime.dat
-
-