home *** CD-ROM | disk | FTP | other *** search
/ Various Unprotection Examples / unprotect.zip / unprotect / KQ4UNP / FIX-KQ4.BAT < prev    next >
DOS Batch File  |  1988-10-11  |  580b  |  21 lines

  1. Echo OFF
  2. Cls
  3. If Exist Sierra.Exe Goto CKVERS
  4. Echo ***  ERROR!  The file "Sierra.Exe" is not in the current directory!  ***
  5. Goto END
  6. :CKVERS
  7. If Exist K4091988.QA Goto FIXIT
  8. If Exist K4092488.QA Goto FIXIT
  9. Echo ***  ERROR!  Version identification file "K4??????.QA" not present!  ***
  10. Goto END
  11. :FIXIT
  12. Ren Sierra.Exe Sierra.$$$
  13. If Exist K4091988.QA Debug Sierra.$$$ < K4091988.Fix
  14. If Exist K4092488.QA Debug Sierra.$$$ < K4092488.Fix
  15. Ren Sierra.$$$ Sierra.Exe
  16. Cls
  17. Echo    ***  KING'S QUEST IV has been 'busted' by PIRATES-R-US...  Enjoy!  ***
  18. :END
  19. Echo  
  20. Echo  
  21.