home *** CD-ROM | disk | FTP | other *** search
- @echo off
- if exist marble.exe goto update
-
- echo Please move the patch files to the directory where Marble Drop is installed
- echo and run update95.bat again.
- echo (example) C:\Program Files\Maxis\Marble
- echo If you have questions you may want to read the update95.txt file
-
- goto exit
-
- :update
- patch md951011.rtp
-
- :exit
-