home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / pcjr / 3-drv-jr.lzh / IBMPATCH.ARC / PATCH.DOC < prev    next >
Text File  |  1980-01-01  |  2KB  |  46 lines

  1. DOS PATCH UTILITY Version 1.20
  2.  
  3.  
  4.  
  5. PATCH.COM is a utility intended to make disk based patches to DOS files.  PATCH
  6. patches the files at an absolute offset in the file, or is capable of adding to
  7. the end of the file.  The maximum size the file to be patched can be is 64K
  8.  
  9. Syntax for the command is as follows:
  10.  
  11.  
  12.      PATCH [d:][path]filename.ext [d:][path]
  13.  
  14. where the first string is the name of the file containing the patches and the
  15. second string is a path pointing to a directory containing the files to be
  16. patched.  For example:
  17.  
  18.     PATCH C:\PATCHES\DOS20 A:\
  19.  
  20. would look in the \PATCHES subdirectory for the file DOS20.  This file should
  21. contain the patches.  PATCH would then look for the files to be patched in the
  22. root directory of the A:  drive.
  23.  
  24. PATCH will default to the current drive and current directory if a path and a
  25. drive letter are not specified.  For example, for a user to install a patch to a
  26. DOS disk, the easiest way to install the patches would be to copy PATCH and the
  27. file containing the patches into the directory containing the files to be
  28. patched.  Then by making this directory the current directory on the current
  29. drive, the patch could be made by simply going PATCH filename.ext.  For example,
  30. using the patch file DOS20 the intall procedure would be:
  31.  
  32.            PATCH DOS20
  33.  
  34. This would patch files in the current directory of the current drive.  By using
  35. the defaults, it becomes much simplier.  As typically the DOS files will be in
  36. the root directory of a diskette, installing the patches should be an easy
  37. process.  Note that PATCH does not work on write protected diskettes.  If a user
  38. wishes to patch DOS files, he should make a non write protected copy and then
  39. patch the copy.
  40.  
  41.  
  42. To distribute PATCH, a user should be given a copy of PATCH.COM, the appropriate
  43. patch file, and a list of what files are patched and the problems fixed.
  44.  
  45.  
  46.