home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a066 / 1.img / PATCH.TXT < prev    next >
Encoding:
Text File  |  1992-03-20  |  3.2 KB  |  79 lines

  1. #----------------------------------------------------------------------------
  2. #   Name    :   PATCH.TXT
  3. #   Purpose :   instructions for using .RTP files to upgrade your version
  4. #               of an IDC product to the current version
  5. #   Created :   02-12-1992
  6. #   Notes   :   
  7. #----------------------------------------------------------------------------
  8.  
  9. The *.RTP file contains only the changes between the version you have 
  10. and the newer version.  The patch executable (PATCH.EXE) is needed to
  11. apply the patch file (whatever.RTP).  
  12.  
  13.     The patch executable (PATCH.EXE) is supplied with each IDC product
  14. distribution disk.
  15.  
  16.     After the product is installed the PATCH.EXE file resides in the
  17. product directory.
  18.  
  19.     If you do not already have PATCH.EXE, it can be downloaded from
  20. our bulletin board.  There is a copy in each of the conferences for
  21. your convenience.
  22.  
  23. Applying the patch:
  24.  
  25. A.  Make sure all files provided with the original product exist
  26.     and are all under a single directory (subdirectories off this
  27.     single directory are ok).  If you have used a non-default 
  28.     installation then the easiest way to ensure that all files are
  29.     present and accounted for is to INSTALL the product again.
  30.     If you have deleted some files or have moved them to another
  31.     directory, PATCH.EXE will give you an error message: "whatever.ext
  32.     file not found" and drop you back out to the DOS prompt.  This is one
  33.     reason we recommend using the default installation 
  34.  
  35. B.  The names of the patch files include the version number being
  36.     upgraded from and the version being upgraded to.  Patch files
  37.     names for IDL products start with the letter "I", file names for 
  38.     Class(y) start with the letter "C".
  39.  
  40.     e.g., I213_214.RTP upgrades IDL v2.13 to v2.14
  41.     e.g., C104_105.RTP upgrades CLASS(Y) v1.04 to v1.05
  42.  
  43.     Make sure you are using the correct patch file for your version.
  44.  
  45. C.  Make sure the patch file (whatever.RTP) is in this single 
  46.     product directory (not in one of its subdirectories), or in 
  47.     a directory above it, i.e. the root directory.
  48.  
  49. D.  There are 2 ways to run PATCH.EXE from the command line.  Both assume
  50.         that PATCH.EXE is either in the current directory or can be found 
  51.         somewhere in your PATH= environment variable.
  52.  
  53.     1. Rename whatever.RTP to "PATCH.RTP" and enter :
  54.  
  55.             PATCH
  56.  
  57.         with no command line parameters.  "PATCH.RTP" is the default 
  58.         name that the executable expects to find.
  59.  
  60.     2. Use command line parameters, you must supply 2 of them.
  61.  
  62.         Enter: 
  63.             PATCH <path to product directory> <whatever.RTP>"
  64.  
  65.         1st parameter: <path to product directory>, 
  66.             e.g. c:\class(y) or c:\idl(2) or where ever you installed 
  67.             it.
  68.  
  69.         2nd parameter: <whatever.RTP>, 
  70.             e.g. C104_105.RTP or 213_214.RTP or whatever patch file
  71.             you are applying.
  72.  
  73. E.  That's all there is to it.  As PATCH.EXE runs it will display
  74.     the names of the files being upgraded.  When it's done, you will
  75.     have the files that comprise the product version indicated in
  76.     the downloaded patch file name.  You can delete the .RTP file, it 
  77.     is no longer needed.
  78.  
  79.