home *** CD-ROM | disk | FTP | other *** search
/ Game Killer / Game_Killer.bin / 186.PATCH.BAT < prev    next >
DOS Batch File  |  1992-05-02  |  4KB  |  83 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. echo.
  7. echo                FALCON 3.0 UPDATE PROGRAM - VERSION 3.0D
  8. echo.
  9. echo.
  10. echo ╔═════════════════════════════════════════════════════════════════════════╗
  11. echo ║                                                                         ║
  12. echo ║  WARNING!  Updating to Falcon 3.0d will reset all your squadron and     ║
  13. echo ║            campaign data.  ALL SQUADRONS AND CAMPAIGNS WILL BE ERASED   ║
  14. echo ║            AND YOU WILL HAVE TO BEGIN FROM SCRATCH!                     ║
  15. echo ║                                                                         ║
  16. echo ╚═════════════════════════════════════════════════════════════════════════╝
  17. echo.
  18. echo.
  19. echo To quit now and stop the update, press CTRL-C.
  20. echo.
  21. echo To go on with the update,
  22. pause
  23. cls
  24. echo.
  25. echo.
  26. echo Erasing old squadrons and campaings.
  27. echo please wait...
  28. echo.
  29. echo.
  30. if exist *.squ del *.squ
  31. if exist *.mtv del *.mtv
  32. if exist *.cam del *.cam
  33. if exist *.war del *.war
  34. if exist *.fla del *.fla
  35. if exist *.tmp del *.tmp
  36. if exist *.dmp del *.dmp
  37. if exist squ*.mis del squ*.mis
  38. if exist dump?.tmp del dump?.tmp
  39. if exist dmp*. del dmp*.
  40. if exist cdump?.tmp del cdump?.tmp
  41. if exist buff.tmp del buff.tmp
  42. if exist madbuff.tmp del madbuff.tmp
  43. if exist theater.bin del theater.bin
  44. if exist mission.mis del mission.mis
  45. if exist redflag.mis del redflag.mis
  46. if exist vcr.mis del vcr.mis
  47. if exist temp?.dat del temp?.dat
  48. if exist gary.dmp del gary.dmp
  49. if exist occupy.map del occupy.map
  50. cls
  51. gopatch
  52. goto realend
  53. :end1
  54. echo ╔══════════════════════════════════════════════════════════════════════════╗
  55. echo ║                                                                          ║
  56. echo ║               Copy GOPATCH.EXE into your \Falcon3 directory.             ║
  57. echo ║                                                                          ║
  58. echo ╚══════════════════════════════════════════════════════════════════════════╝
  59. goto realend
  60. :end2
  61. echo ╔══════════════════════════════════════════════════════════════════════════╗
  62. echo ║                                                                          ║
  63. echo ║               Copy PATCH.RTP into your \Falcon3 directory.               ║
  64. echo ║                                                                          ║
  65. echo ╚══════════════════════════════════════════════════════════════════════════╝
  66. goto realend
  67. :end3
  68. echo ╔══════════════════════════════════════════════════════════════════════════╗
  69. echo ║                                                                          ║
  70. echo ║ Copy PATCH.RTP, GOPATCH.EXE, and PATCH.BAT into your \FALCON3 directory. ║
  71. echo ║ Your FALCON3.EXE file should match one of the following:                 ║
  72. echo ║                                                                          ║
  73. echo ║                 FALCON3  EXE   1206158 12-02-91   8:11a                  ║
  74. echo ║                 FALCON3  EXE   1225284 01-10-92   9:45p                  ║
  75. echo ║                 FALCON3  EXE   1240010 02-14-92   5:17p                  ║
  76. echo ║                                                                          ║
  77. echo ║  If it doesn't, then reinstall Falcon from the master disks that came    ║
  78. echo ║  with the game.                                                          ║
  79. echo ║                                                                          ║
  80. echo ╚══════════════════════════════════════════════════════════════════════════╝
  81. :realend
  82. 
  83.