home *** CD-ROM | disk | FTP | other *** search
- @echo off
- echo
- echo This will update your More Vegas Games Entertainment Pack v1.0 to v1.02
- echo
- pause
- echo
- if not exist poker_mp.exe goto noFile
- patch
- goto end
- :noFile
- echo Poker_mp.Exe was not found. We check for this file to make sure you are running
- echo the patch program from the same directory as you installed More Vegas Games.
- echo
- echo Please copy runme.bat and patch.* to the same directory as More Vegas Games
- echo and them re-run RUNME.BAT
- echo
- echo
- :end
-
-