home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 1995 September (Special Edition) / Joystick-HS07-CD2.iso / wsademo / reset.bat < prev    next >
DOS Batch File  |  1994-09-19  |  585b  |  17 lines

  1. echo off
  2. echo                 Wild Science Arcade Reset...
  3. echo .
  4. echo This will reset your high scores in the event that they are corrupted.
  5. echo .
  6. echo Please be sure that you are in the science game directory
  7. echo when you type "reset" to run this process. Press ctrl-break to abort.
  8.  
  9. pause
  10.  
  11. if not exist edison.clr echo Can't find file "edison.clr". Please reinstall the game.
  12. if exist edison.clr copy edison.clr colors.edi
  13.  
  14. if not exist edison.scr echo Can't find file "edison.scr". Please reinstall the game.
  15. if exist edison.scr copy edison.scr serocs.hs
  16. echo on
  17.