home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / rxcrc.zip / RXCRC.ANN next >
Text File  |  1995-02-07  |  2KB  |  68 lines

  1. ANNOUNCING RXCRC V 1.0 - REXX CRC COMPARISON TOOL 1995-02-06
  2. _______________________________________________________________________
  3.  
  4. Design:  Robert E. Spratt, Jr.
  5. Author:  Bruce Eric Högman
  6. _______________________________________________________________________
  7.  
  8. ABOUT RXCRC
  9.  
  10.  RXCRC is a system of programs and .dll files that can verify that
  11.  groups of files residing on different workstations or servers are
  12.  identical by checking CRC values computed on the file contents.
  13.  Comparing CRC values for two files is equivalent to comparing the
  14.  contents of the files for the purpose of determining if the contents
  15.  of the files are identical.  Computing and comparing CRC values are
  16.  not needed when both files can be read by a single process.  The
  17.  value of CRC computation is that it can be done for files to be
  18.  compared at different times, and the results of the computation can
  19.  be transmitted across networks.  This is what RXCRC can be used for.
  20.  
  21. _______________________________________________________________________
  22.  
  23. HOW TO INSTALL RXCRC:
  24.  
  25. Method A:  Use PKUNZIP2 with -d switch
  26.  
  27. 1.  Download rxcrc.zipbin and rename it to rxcrc.zip (if on FAT drive)
  28.     Use BINARY file transfer.
  29.  
  30. 2.  Change to your boot drive root directory
  31.  
  32. 3.  Issue command:
  33.  
  34.        pkunzip2 -d rxcrc.zip
  35.  
  36.     This will unzip all files into their suggested target directories:
  37.        \os2\apps\rxcrc.cmd
  38.        \os2\apps\dll\rxcrc.dll
  39.        \os2\apps\dll\mskchk.dll
  40.        \os2\book\rxcrc.inf
  41.        \os2\book\mskchk.doc
  42.  
  43. Method B:  Do it yourself
  44.  
  45. 1.  Download rxcrc.zipbin and rename it to rxcrc.zip (if on FAT drive)
  46.     Use BINARY file transfer.
  47.  
  48. 2.  Make a directory for rxcrc or change to a directory where you want
  49.     to expand all files.
  50.  
  51. 3.  Issue command:
  52.  
  53.        pkunzip2 rxcrc.zip
  54.  
  55.  
  56. To test .zip file to validate files contained without unzipping them,
  57. issue the command:  pkunzip2 -t rxcrc.zip
  58.  
  59. You can use any version of PKUNZIP or PKUNZIP2 that is 1.1 or later.
  60.  
  61. _______________________________________________________________________
  62.  
  63. FEEDBACK FROM USERS
  64.  
  65. As this is a new tool, the authors request your comments and
  66. suggestions.  Please send your feedback to
  67. BCRVM1(V$IBHOGM) or bhogman@vnet.ibm.com or BCRNOTES(RESPRATT)
  68.