home *** CD-ROM | disk | FTP | other *** search
- @echo off
- echo
- echo This will update your Vegas Games Entertainment Pack v1.0 to v1.1
- echo
- pause
- echo
- if not exist poker.exe goto noFile
- patch
- goto end
- :noFile
- echo Poker.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 Vegas Games.
- echo
- echo Please copy runme.bat and patch.* to the same directory as Vegas Games
- echo and them re-run RUNME.BAT
- echo
- echo
- :end
-
-