home *** CD-ROM | disk | FTP | other *** search
/ Unprotect 6 / Unprotect-6.0.iso / update / emp311 / runme.bat < prev   
Encoding:
DOS Batch File  |  1994-12-31  |  1.3 KB  |  38 lines

  1. @echo off
  2. if exist empire.exe goto patchit
  3. echo Instructions:
  4. echo    Copy these files into your Empire Deluxe directory, and then
  5. echo    run this 'RUNME.BAT' file again.  This will apply the patches
  6. echo    to your current copy of Empire Deluxe, rerun the ECONFIG program
  7. echo    and then show you the 'CHANGES.TXT' file.
  8. goto byebye
  9.  
  10. :patchit
  11. cls
  12. echo We are about to apply the patches to upgrade your installed copy
  13. echo of Empire Deluxe from either version 3.00 or version 3.10 to
  14. echo Version 3.11.  After the files have been modified, we will rerun
  15. echo the ECONFIG program because the configuration file format has
  16. echo changed.  After this completes, you will be shown the 'CHANGES.TXT'
  17. echo file which describes the enhancements included in this update.
  18. pause Type any key to continue, Control-C to abort
  19. cls
  20. patch edupd311.rtp
  21. if errorlevel 1 goto patchfail
  22. echo The update process was successful.  We will now run ECONFIG
  23. echo.
  24. pause Type any key to continue, Control-C to abort
  25. econfig
  26. more <changes.txt
  27. goto byebye
  28.  
  29. :patchfail
  30. echo There seems to have been a problem updating Empire Deluxe.
  31. echo Please re-install the game from the original disks and then
  32. echo re-run this update.
  33.  
  34. :byebye
  35. echo.
  36. echo Thank You! --- White Wolf Productions, Inc.
  37. pause Type any key to continue
  38.