home *** CD-ROM | disk | FTP | other *** search
/ Bila Vrana / BILA_VRANA.iso / 014A / NBA97E12.ZIP / PATCH13.ZIP / PATCHER.TXT < prev   
Text File  |  1996-12-22  |  2KB  |  66 lines

  1.                                Patcher
  2.                                -------
  3.  
  4.                           Version 1.3, 12/22/96
  5.  
  6. Written by Lutz van Hasselt (willwink@pool.informatik.rwth-aachen.de),
  7.            Brien Smith (00bnsmith@bsuvc.bsu.edu) and
  8.            Tim Tschirner (timt@pool.informatik.rwth-aachen.de)
  9.  
  10.         Copyright (c) 1996 by Lutz, Brien and Tim, All Rights Reserved
  11.                - Provided on 'as-is' basis, no responsibility -
  12.                 - for data loss or any other damage is taken -
  13.  
  14.  
  15. Overview
  16. --------
  17.  
  18. Patcher allows you to create and apply patches. A patch file stores
  19. the binary differences between two files of the same length. The
  20. main use for Patcher is to make and apply patches to NBA Live 95
  21. and NBA Live 96 Executable Files, but in general you can use it
  22. to create patches between two files of the same length.
  23. You may distribute Patcher freely, but all files inside the
  24. package must remain unchanged. You can also distribute PATCHER.EXE
  25. with your programs, as long as the original files remain unchanged
  26. and credit is given where credit is due.
  27.  
  28.  
  29. Usage:  
  30. ------  
  31.  
  32. To make a Patch, simply type:
  33.  
  34.    PATCHER OldFile NewFile PatchFile
  35.  
  36. where - OldFile is the original file, for example NBA96.EXE,
  37.       - NewFile is the changed file, for example 95-96.EXE  and
  38.       - PatchFile is the name of the Patch file you want to
  39.         create, for example 95-96.PAT
  40.  
  41. Please note that both OldFile and NewFile must be of the exact
  42. same lenght.
  43.  
  44. To apply a Patch, simply type:
  45.  
  46.    PATCHER OldFile PatchFile
  47.  
  48. where - OldFile is the original file, for example NBA96.EXE  and
  49.       - PatchFile is the name of the file that contains the
  50.         patch data.
  51.  
  52.  
  53. Version History
  54. ---------------
  55.  
  56. Version 1.1, 04/29/96
  57.            - initial Release Of The Pascal Version
  58.  
  59. Version 1.2, 05/17/96
  60.            - small Changes In The MakePatch Routines That Result In
  61.              Slightly Smaller Patch Files
  62.  
  63. Version 1.3, 12/16/96 
  64.            - fixed A Rare Bug That Screwed Up A Byte Or Two Once
  65.              In A While
  66.