home *** CD-ROM | disk | FTP | other *** search
/ Various Unprotection Examples / unprotect.zip / unprotect / PQ2 / PQ2.BAT < prev    next >
DOS Batch File  |  1988-12-26  |  430b  |  21 lines

  1. echo off
  2. cls
  3. if exist sierra.exe goto ok
  4. echo .
  5. echo Unable to find SIERRA.EXE to perform patch,
  6. echo must be in the current directory.
  7. echo .
  8. goto end
  9. :ok
  10. ren sierra.exe sierra.pq2
  11. debug sierra.pq2 < pq2.dat
  12. ren sierra.pq2 sierra.exe
  13. cls
  14. echo .
  15. echo                    Police Quest II
  16. echo can now be run by just pressing [Enter] at the startup check.
  17. echo .
  18. echo                      Scumbucket!
  19. echo .
  20. :end
  21.