home *** CD-ROM | disk | FTP | other *** search
- @echo off
- if exist empw.exe goto patchit
- echo Instructions:
- echo Copy these files into your Empire Deluxe/Windows directory, and
- echo then run this 'RUNME.BAT' file again. This will apply the patches
- echo to your current copy of Empire Deluxe, and then show you the
- echo 'CHANGES.TXT' file.
- goto byebye
-
- :patchit
- echo We are about to apply the patches to upgrade your installed copy
- echo of Empire Deluxe/Windows to version 3.11b. After the
- echo files have been modified, you will be shown the 'CHANGES.TXT' file
- echo which describes the enhancements included in this update.
- echo.
- pause Type any key to continue, Control-C to abort
- patch edwup11b.rtp
- if errorlevel 1 goto patchfail
- echo The update process was successful.
- echo.
- pause Type any key to continue, Control-C to abort
- 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.
-