home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- echo ╔════════════════════════════════════════════╗
- echo ║ Pinball World Patch for Tseng video cards ║
- echo ╚════════════════════════════════════════════╝
- echo
- if not exist %1tseng.exe goto ERR1
- if exist %2pwpcgame.exe goto DIR1z
- if exist %2pworld\pwpcgame.exe goto DIR2z
- if exist %2\pwpcgame.exe goto DIR1y
- if exist %2\pworld\pwpcgame.exe goto DIR2y
- if exist c:pwpcgame.exe goto DIR1c
- if exist c:pworld\pwpcgame.exe goto DIR2c
- if exist d:pwpcgame.exe goto DIR1d
- if exist d:pworld\pwpcgame.exe goto DIR2d
- if exist e:pwpcgame.exe goto DIR1e
- if exist e:pworld\pwpcgame.exe goto DIR2e
-
- :ERR1
- echo To use this patch you must do the following..
- echo Change the directory to the Pinball World directory
- echo E.G. c:
- echo cd \21stcent
- echo
- echo Change the drive to the one with this patch on
- echo and type PATCH
- echo E.G. A:
- echo PATCH
- echo
- echo OR
- echo
- echo type PATCH source destination
- goto END
-
- :DIR1z
- echo
- echo Found Pinball World, copying file...
- echo
- copy %1tseng.exe %2pwpcgame.exe
- echo Copy completed.
- goto END
-
- :DIR2z
- echo
- echo Found Pinball World, copying file...
- echo
- copy %1tseng.exe %2pworld\pwpcgame.exe
- echo Copy completed.
- goto END
-
- :DIR1y
- echo
- echo Found Pinball World, copying file...
- echo
- copy %1tseng.exe %2\pwpcgame.exe
- echo Copy completed.
- goto END
-
- :DIR2y
- echo
- echo Found Pinball World, copying file...
- echo
- copy %1tseng.exe %2\pworld\pwpcgame.exe
- echo Copy completed.
- goto END
-
-
- :DIR1c
- echo
- echo Found Pinball World, copying file...
- echo
- copy %1tseng.exe c:pwpcgame.exe
- echo Copy completed.
- goto END
-
- :DIR2c
- echo
- echo Found Pinball World, copying file...
- echo
- copy %1tseng.exe c:pworld\pwpcgame.exe
- echo Copy completed.
- goto END
-
- :DIR1d
- echo
- echo Found Pinball World, copying file...
- echo
- copy %1tseng.exe d:pwpcgame.exe
- echo Copy completed.
- goto END
-
- :DIR2d
- echo
- echo Found Pinball World, copying file...
- echo
- copy %1tseng.exe d:pworld\pwpcgame.exe
- echo Copy completed.
- goto END
-
- :DIR1e
- echo
- echo Found Pinball World, copying file...
- echo
- copy %1tseng.exe e:pwpcgame.exe
- echo Copy completed.
- goto END
-
- :DIR2e
- echo
- echo Found Pinball World, copying file...
- echo
- copy %1tseng.exe e:pworld\pwpcgame.exe
- echo Copy completed.
- goto END
-
- :END
- echo
-