home *** CD-ROM | disk | FTP | other *** search
/ Unprotect 6 / Unprotect-6.0.iso / update / pinbwrld / patch.bat next >
Encoding:
DOS Batch File  |  1995-11-01  |  2.3 KB  |  118 lines

  1. @echo off
  2. cls
  3. echo ╔════════════════════════════════════════════╗
  4. echo ║  Pinball World Patch for Tseng video cards ║
  5. echo ╚════════════════════════════════════════════╝
  6. echo  
  7. if not exist %1tseng.exe goto ERR1
  8. if exist %2pwpcgame.exe goto DIR1z
  9. if exist %2pworld\pwpcgame.exe goto DIR2z
  10. if exist %2\pwpcgame.exe goto DIR1y
  11. if exist %2\pworld\pwpcgame.exe goto DIR2y
  12. if exist c:pwpcgame.exe goto DIR1c
  13. if exist c:pworld\pwpcgame.exe goto DIR2c
  14. if exist d:pwpcgame.exe goto DIR1d
  15. if exist d:pworld\pwpcgame.exe goto DIR2d
  16. if exist e:pwpcgame.exe goto DIR1e
  17. if exist e:pworld\pwpcgame.exe goto DIR2e
  18.  
  19. :ERR1
  20. echo To use this patch you must do the following..
  21. echo Change the directory to the Pinball World directory
  22. echo E.G.  c:
  23. echo       cd \21stcent
  24. echo  
  25. echo Change the drive to the one with this patch on
  26. echo and type PATCH
  27. echo E.G.  A:
  28. echo       PATCH
  29. echo  
  30. echo OR
  31. echo  
  32. echo type PATCH source destination
  33. goto END
  34.  
  35. :DIR1z
  36. echo  
  37. echo Found Pinball World, copying file...
  38. echo  
  39. copy %1tseng.exe %2pwpcgame.exe 
  40. echo Copy completed.
  41. goto END
  42.  
  43. :DIR2z
  44. echo  
  45. echo Found Pinball World, copying file...
  46. echo  
  47. copy %1tseng.exe %2pworld\pwpcgame.exe 
  48. echo Copy completed.
  49. goto END
  50.  
  51. :DIR1y
  52. echo  
  53. echo Found Pinball World, copying file...
  54. echo  
  55. copy %1tseng.exe %2\pwpcgame.exe 
  56. echo Copy completed.
  57. goto END
  58.  
  59. :DIR2y
  60. echo  
  61. echo Found Pinball World, copying file...
  62. echo  
  63. copy %1tseng.exe %2\pworld\pwpcgame.exe 
  64. echo Copy completed.
  65. goto END
  66.  
  67.  
  68. :DIR1c
  69. echo  
  70. echo Found Pinball World, copying file...
  71. echo  
  72. copy %1tseng.exe c:pwpcgame.exe 
  73. echo Copy completed.
  74. goto END
  75.  
  76. :DIR2c
  77. echo  
  78. echo Found Pinball World, copying file...
  79. echo  
  80. copy %1tseng.exe c:pworld\pwpcgame.exe 
  81. echo Copy completed.
  82. goto END
  83.  
  84. :DIR1d
  85. echo  
  86. echo Found Pinball World, copying file...
  87. echo  
  88. copy %1tseng.exe d:pwpcgame.exe 
  89. echo Copy completed.
  90. goto END
  91.  
  92. :DIR2d
  93. echo  
  94. echo Found Pinball World, copying file...
  95. echo  
  96. copy %1tseng.exe d:pworld\pwpcgame.exe 
  97. echo Copy completed.
  98. goto END
  99.  
  100. :DIR1e
  101. echo  
  102. echo Found Pinball World, copying file...
  103. echo  
  104. copy %1tseng.exe e:pwpcgame.exe 
  105. echo Copy completed.
  106. goto END
  107.  
  108. :DIR2e
  109. echo  
  110. echo Found Pinball World, copying file...
  111. echo  
  112. copy %1tseng.exe e:pworld\pwpcgame.exe 
  113. echo Copy completed.
  114. goto END
  115.     
  116. :END
  117. echo  
  118.