home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 9 / 1995-08_Disc_9.iso / patches / warcr121.exe / GO.BAT < prev    next >
DOS Batch File  |  1995-04-04  |  2KB  |  69 lines

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