home *** CD-ROM | disk | FTP | other *** search
/ Game Killer / Game_Killer.bin / 312.B17FOE.BAT < prev    next >
DOS Batch File  |  1992-03-03  |  666b  |  24 lines

  1. @echo off
  2. cls
  3. echo This file will alter the B17 files for use with KG200 mission files.
  4. echo This routine will make certain changes and copy files to safety backups
  5. echo of these files to prevent their loss.
  6. echo Files effected are: DEMO1.DEM, DEMO2.DEM, B17F.SPC, and B17G.SPC
  7. echo Running B17FRND.BAT after flying the KG200 missions restores everything
  8. echo back to normal.
  9. echo Press CTRL-C to abort this process.
  10. echo .
  11. pause
  12. ren *.dem *.sav
  13. cd ac
  14. copy b17f.spc b17f.tmp
  15. copy b17g.spc b17g.tmp
  16. debug b17f.spc <b17foe.txt
  17. cls
  18. debug b17g.spc <b17foe.txt
  19. cls
  20. cd..
  21. echo You are now ready to fly the KG200 missions. Lotsa luck fella!
  22. @echo on
  23.  
  24.