home *** CD-ROM | disk | FTP | other *** search
/ CD Shareware Magazine 1997 January / CD_shareware_1-97.iso / DOS / COMUNICA / TRIPK110.ZIP / TRIRESET.BAT < prev   
Encoding:
DOS Batch File  |  1996-11-09  |  306 b   |  12 lines

  1. @echo off
  2. cls
  3. echo Removing Players Data File (TRIPEAKS.DAT)
  4. del tripeaks.dat
  5. echo Removing Score Data File (TRIPEAKS.SCR)
  6. del tripeaks.scr
  7. echo Removing Scores from Last Month Data File (TRIPEAKS.MB4)
  8. del tripeaks.mb4
  9. echo Removing Alltime High Score Data File (TALLTIME.DAT)
  10. del talltime.dat
  11.  
  12.