home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 3.5 / 1997-08_Disc_3.5.iso / patches / marb9511.zip / UPDATE95.BAT < prev    next >
DOS Batch File  |  1997-03-26  |  332b  |  15 lines

  1. @echo off
  2. if exist marble.exe goto update
  3.  
  4. echo Please move the patch files to the directory where Marble Drop is installed
  5. echo and run update95.bat again.
  6. echo (example) C:\Program Files\Maxis\Marble
  7. echo If you have questions you may want to read the update95.txt file
  8.  
  9. goto exit
  10.  
  11. :update
  12. patch md951011.rtp
  13.  
  14. :exit
  15.