home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 11 / 1995-10_Disc_11.iso / patches / warcr121.exe / GO.BAT < prev    next >
DOS Batch File  |  1995-06-05  |  2KB  |  78 lines

  1. @echo off
  2.  
  3. :beg
  4. cls
  5. echo                     -=Warcraft 1.21 Upgrade=-
  6. if not exist war.exe goto wd
  7. if not exist patch.exe goto mf
  8. if not exist ask.com goto mf
  9. if not exist patch.com goto mf
  10. if not exist war2pr.txt goto mf
  11. echo F1-Upgrade current version of Warcraft to 1.21
  12. echo F2-View new README.TXT file for Warcraft
  13. echo F3-View WAR_EDIT.TXT
  14. echo F4-View press release for Warcraft 2
  15. echo F5-Exit
  16. ask
  17. If errorlevel 63 goto END
  18. If errorlevel 62 goto war2
  19. If errorlevel 61 goto eddoc
  20. If errorlevel 60 goto readme
  21. If errorlevel 59 goto upgrade
  22. goto beg
  23.  
  24. :upgrade
  25. patch.exe -o dos4gw.exe
  26. patch.exe -o setup.exe
  27. patch.exe -do drivers\*.*
  28. if exist fdata\data.war patch.exe -o warf.exe
  29. if not exist fdata\data.war patch.exe -o war.exe
  30. if exist warf.exe del war.exe
  31. if exist warf.exe ren warf.exe war.exe
  32. patch.exe -o war_edit.exe
  33. patch.exe -o war_edit.TXT
  34. patch.exe -o readme.txt
  35. goto beg
  36.  
  37. :readme
  38. patch.exe -o readme.txt
  39. type readme.txt | more
  40. echo Press any key to continue.
  41. ask
  42.  oto beg
  43.  
  44. :eddoc
  45. if not exist WAR_EDIT.DOC patch.exe war_edit.doc
  46. Type war_edit.txt | more
  47. echo Press any key to continue.
  48. ask
  49. goto beg
  50.  
  51. :war2
  52. Type war2pr.txt |more
  53. echo Press any key to continue.
  54. ask
  55. goto beg
  56.  
  57. :WD
  58. echo Warcraft Upgrade needs to be run from the Warcraft
  59. echo directory.  If you still have the WARCR121.EXE file,
  60. echo copy it into your warcraft directory and run it, and
  61. echo then run GO.BAT again.  If you have deleted it, simply
  62. echo copy GO.BAT, PATCH.EXE and ASK.COM into your Warcraft
  63. echo directory, and run GO.BAT.
  64. goto dend
  65.  
  66. :MF
  67. echo The Warcraft Upgrade requires all four files from the
  68. echo WARCR121.EXE program.  They are GO.BAT (this file), ASK.COM,
  69. echo PATCH.COM and PATCH.EXE.  Please make sure all four files are in 
  70. echo the Warcraft directory, and then run GO.BAT again.
  71. goto dend
  72.  
  73. :END
  74. echo Thank you for using the Warcraft Upgrade.
  75. echo Enjoy your game!
  76.  
  77. :dend
  78.