home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a081 / 2.ddi / PATCH.TXT < prev    next >
Encoding:
Text File  |  1992-04-27  |  3.6 KB  |  101 lines

  1. *********************************************************************
  2. *                                                                   *
  3. *            R T P A T C H          R E A D M E . T X T             *
  4. *                                                                   *
  5. *********************************************************************
  6.  
  7. This patch file is a new way of distributing patches.  In the past,
  8. we have put the entire library on the BBS and you would have to
  9. download it each time we made a change.  From now on, we will put the
  10. part that has changed into an .RTP file, and you will need to download
  11. only that. The program PATCH.EXE will read the .RTP file and update
  12. all the files that have changed.
  13.  
  14. To apply the patch:
  15.  
  16. 1) Get the patch file (usually from our BBS).
  17.  
  18. 2) Make sure that the PATCH.EXE file is in the current directory or in
  19.    a directory on the path.
  20.  
  21. 3) Copy the file {patch}.RTP into the directory containing the files
  22.    that will be updated.
  23.  
  24. 4) Optional: type PATCH -LIST {patch}.RTP to receive a listing of
  25.    all the files that are programmed to be updated PROVIDED they
  26.    are in the current directory.
  27.  
  28. 5) Type PATCH {patch}.RTP.  This will apply the patches to the files
  29.    in the current directory.
  30.  
  31. Note: Some files are flagged as critical.  If any of theses files
  32.       are not in your current directory, the PATCH program will return
  33.       an error that it could not find that file and return all files
  34.       back to there original state.  Those flagged as non-critical
  35.       will be passed over.
  36.  
  37.  
  38.  
  39. **************************
  40. *     PATCH.EXE:         *
  41. **************************
  42.  
  43. Syntax  :  PATCH [<Options>] [<Update Directory> [<Patch File Name>]]
  44.  
  45. Options : -BACKUP[:<Directory>]
  46.           -FILE:<Filename>
  47.           -HELP
  48.           -LIST
  49.           -QUIET
  50.           -UNDO
  51.           -VERBOSE
  52.  
  53. BACKUP: This option causes PATCH to make backup copies of any
  54.         files affected by the updating process.  The optional parameter
  55.         specifies the directory where the backups will be stored.  If
  56.         the directory does not exist, PATCH will create it.  If there is
  57.         insufficient space on the disk for the backup files, PATCH will
  58.         not apply any patches.
  59.  
  60. FILE  : This option allows the PATCH user to update a specific file.
  61.  
  62. HELP  : Displays a list of available PATCH switches
  63.  
  64. LIST  : This option displays information about the entries within
  65.         the patch file.  The information listed includes comments, PATCH
  66.         flag settings in effect, and what types of patches will occur
  67.         when a patch file is applied to a system.
  68.  
  69. QUIET : This option causes PATCH to run in quiet mode.  No messages
  70.         are displayed except for error messages.
  71.  
  72. UNDO  : This option causes PATCH to undo any changes if an error
  73.         occurs; any files which have been patched will be restored to their
  74.         original form.  In order to UNDO patches, there must be room on the
  75.         disk for the original files and for the newly-patched files.  If
  76.         there is not enough room on the disk, PATCH will not apply any
  77.         patches.  NOTE: Some files are predefined with the UNDO switch and
  78.         will force the switch on during certain file updating.
  79.  
  80. VERBOSE : This option causes PATCH to display brief status messages to the
  81.           screen during execution. This is the default behavior.
  82.  
  83.  
  84. Pinnacle Publishing, Inc.
  85. 18000 72nd Avenue South
  86. Suite #217
  87. Kent, WA 98035
  88.  
  89. Sales: 1-800-231-1293
  90.        1-206-251-1900
  91.  
  92. Fax:   1-206-251-5057
  93.  
  94. Tech
  95. Supp:  1-206-251-3513
  96.  
  97. BBS:   1-206-251-6217 (2400)
  98.        1-206-251-6218 (9600)
  99.  
  100. CIS:   72600,137
  101.