home *** CD-ROM | disk | FTP | other *** search
/ Game Killer / Game_Killer.bin / 314.B17FRND.BAT < prev    next >
DOS Batch File  |  1992-03-02  |  337b  |  16 lines

  1. @echo off
  2. cls
  3. echo This file will restore the B17s and other files to normal after 
  4. echo flying the KG200 missions.
  5. echo Press CTRL-C to abort.
  6. echo .
  7. pause
  8. ren *.sav *.dem
  9. cd ac
  10. copy b17f.tmp b17f.spc
  11. copy b17g.tmp b17g.spc
  12. echo . 
  13. echo If there is no error message all files have been restored to normal.
  14. cd ..
  15. @echo on
  16.