home *** CD-ROM | disk | FTP | other *** search
/ Between Heaven & Hell 2 / BetweenHeavenHell.cdr / 100 / 1 / pkxf35.arc / PKARCFIX.BAT next >
DOS Batch File  |  1987-09-22  |  2KB  |  42 lines

  1. echo off
  2. REM This batch file created by Mike Slifcak from the article which begins:
  3. REM ---------------------------------------------------------------
  4. REM From: katz@uwm-cs.UUCP ( Phil Katz)
  5. REM Newsgroups: comp.bugs.misc,comp.sys.ibm.pc
  6. REM Subject: Re: PKARC Serious Squash Bug
  7. REM Summary: PKXARC 3.5 bug fix
  8. REM Keywords: large binary files
  9. REM Message-ID: <676@uwm-cs.UUCP>
  10. REM Date: 20 Sep 87 08:41:02 GMT
  11. REM References: <4849@oliveb.UUCP> <13640@clyde.ATT.COM> <2391@drivax.UUCP>
  12. REM Distribution: usa
  13. REM Organization: U of Wi-Milw, College of Engineering
  14. REM
  15. REM ----------  Article deleted for brevity only  -------------
  16. echo on
  17. REM patch PKXARC squash bug with large binary files
  18. REM follow instructions to patch original files and create new
  19. REM working programs with only this patch applied.  Other patches
  20. REM may be applied as needed.
  21. REM The file PKX35A35.EXE must be in the current directory.
  22. pause
  23. pkx35a35
  24. makesfx
  25. echo e 1d0b 8b 3e c8 f4 80 3e d0 f5 0c 75 06 e8 a9 06 eb 1a 90 aa > debug.tmp
  26. echo w >> debug.tmp
  27. echo q >> debug.tmp
  28. debug pkxarc.com < debug.tmp
  29. echo e 1c92 8b 3e aa f5 80 3e b2 f6 0c 75 06 e8 a8 06 eb 1a 90 aa > debug.tmp
  30. echo w >> debug.tmp
  31. echo q >> debug.tmp
  32. debug pkxarcjr.com < debug.tmp
  33. echo e 112 8c f5 > debug.tmp
  34. echo e 16a4 8b 3e 2a f7 80 3e 24 f8 0c 75 06 e8 17 04 eb 1a 90 aa >> debug.tmp
  35. echo w >> debug.tmp
  36. echo q >> debug.tmp
  37. debug pksfx.pgm < debug.tmp
  38. erase debug.tmp
  39. erase makesfx.com
  40. echo The files PKXARC.COM, PKXARCJR.COM and PKSFX.PGM have been patched,
  41. echo and the file MAKESFX.COM has been deleted.
  42.