home *** CD-ROM | disk | FTP | other *** search
- @echo off
- CLS
- echo This disk will now copy files onto the Jack the Ripper game.
- pause
- del c:\gametek\jack.bat
- cls
- copy a:*.* c:\gametek
- cls
- c:
- cd\gametek
- echo ************************************
- echo.
- echo Patch installation complete.
- echo Type JACK to start game.
- echo.
- echo ************************************
-
-
-