home *** CD-ROM | disk | FTP | other *** search
- @echo off
- if exist empire.exe goto patchit
- echo Instructions:
- echo Copy these files into your Empire Deluxe directory, and then
- echo run this 'RUNME.BAT' file again. This will apply the patches
- echo to your current copy of Empire Deluxe, rerun the ECONFIG program
- echo and then show you the 'CHANGES.TXT' file.
- goto byebye
-
- :patchit
- echo We are about to apply the patches to upgrade your installed copy
- echo of Empire Deluxe from any prior version to version 3.11a. After the
- echo files have been modified, we will rerun the ECONFIG program because
- echo the configuration file format has changed. After this completes,
- echo you will be shown the 'CHANGES.TXT' file which describes the
- echo enhancements included in this update.
- echo.
- pause Type any key to continue, Control-C to abort
- patch eddup11a.rtp
- if errorlevel 1 goto patchfail
- echo The update process was successful. We will now run ECONFIG
- echo.
- pause Type any key to continue, Control-C to abort
- econfig
- more <changes.txt
- goto byebye
-
- :patchfail
- echo There seems to have been a problem updating Empire Deluxe.
- echo Please re-install the game from the original disks and then
- echo re-run this update.
-
- :byebye
- echo.
- echo Thank You! --- White Wolf Productions, Inc.
-