home *** CD-ROM | disk | FTP | other *** search
/ Game Killer / Game_Killer.bin / 112.PATCH.BAT < prev    next >
DOS Batch File  |  1992-01-07  |  2KB  |  42 lines

  1. @echo off
  2. cls
  3. if not exist gopatch.exe   goto end1
  4. if not exist patch.rtp   goto end2
  5. if not exist falcon3.exe goto end3
  6. gopatch
  7. if exist madbuff.tmp del madbuff.tmp 
  8. if exist redflag.mis del redflag.mis 
  9. if exist vcr.mis del vcr.mis 
  10. if exist occupy.map del occupy.map    
  11. if exist joystick.def del joystick.def
  12. if exist topten. del topten.    
  13. if exist patch.exe del patch.exe    
  14. if exist patch.rtp del patch.rtp
  15. goto realend
  16. :end1
  17. echo ╔══════════════════════════════════════════════════════════════════════════╗
  18. echo ║                                                                          ║
  19. echo ║               Copy GOPATCH.EXE into your \Falcon3 directory.             ║
  20. echo ║                                                                          ║
  21. echo ╚══════════════════════════════════════════════════════════════════════════╝
  22. goto realend
  23. :end2
  24. echo ╔══════════════════════════════════════════════════════════════════════════╗
  25. echo ║                                                                          ║
  26. echo ║               Copy PATCH.RTP into your \Falcon3 directory.               ║
  27. echo ║                                                                          ║
  28. echo ╚══════════════════════════════════════════════════════════════════════════╝
  29. goto realend
  30. :end3
  31. echo ╔══════════════════════════════════════════════════════════════════════════╗
  32. echo ║                                                                          ║
  33. echo ║ Copy PATCH.RTP, PATCH.EXE, and GOPATCH.BAT into your \FALCON3 directory. ║
  34. echo ║     The time on FALCON3.EXE should read 8:11a as follows:                ║
  35. echo ║                 FALCON3  EXE   1206158 12-02-91   8:11a                  ║
  36. echo ║  If it doesn't, then reinstall Falcon from the master disks that came    ║
  37. echo ║    with the game.                                                        ║
  38. echo ║                                                                          ║
  39. echo ╚══════════════════════════════════════════════════════════════════════════╝
  40. :realend
  41. 
  42.