home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 15 / CD_ASCQ_15_070894.iso / vrac / nl_crcr.zip / NL-CRC.DOC < prev    next >
Text File  |  1994-05-29  |  2KB  |  63 lines

  1.  
  2.                                    NL-CRC
  3.                                 Version 1.00
  4.              Copyright (c) Bob Swift, 1994.  All Rights Reserved.
  5.                    Compiled with the Borland C++ compiler.
  6.  
  7.    This program is designed to read an input nodelist file and return
  8.    the correct CRC value which should be displayed in the first line.
  9.  
  10.    The format for using this program is as follows:
  11.  
  12.  
  13.           NL-CRC [drive:][path]<srcfile>
  14.  
  15.    where <srcfile>    is the name of the nodelist file to be read
  16.  
  17.  
  18.    The program will display a VERY brief set of instructions if it is called
  19.    without any arguments or if it encounters an error.  The following is a
  20.    list of the error codes returned by the program:
  21.  
  22.                   0 - No errors.  CRC value is correct.
  23.                   1 - No errors.  CRC value is incorrect.
  24.                   2 - Bad or missing command line argument.
  25.                   3 - Unable to open the input file.
  26.                   4 - Error reading the input file.
  27.  
  28.    When an error is encountered, the program will exit immediately and will
  29.    attempt to properly close all files.
  30.  
  31.    Although I have chosen to retain all rights to this program, you are free
  32.    to use it under the following conditions:
  33.  
  34.             - You realize that there is NO Warrantee of any sort.
  35.               It was tested pretty thoroughly here before release
  36.               but who knows what bugs may be lurking within.
  37.  
  38.             - You will not modify the code and release a new version
  39.               of the program.  I welcome suggestions for improvement
  40.               (especially when accompanied by code) but I make no
  41.               guarantee of future releases.
  42.  
  43.             - If you find the program useful, I ask that you do
  44.               something to brighten somebody else's day.  Just
  45.               exactly what, I will leave up to you.
  46.  
  47.  
  48.    You may freely distribute this program provided that you distribute only
  49.    the complete archive which includes the NL-CRC.EXE, NL-CRC.C and
  50.    NL-CRC.DOC.  In addition, You MUST NOT charge for the program nor can
  51.    you charge a copy fee over $4.00 (including the price of the diskette).
  52.  
  53.  
  54.                                                    Bob Swift (1:342/5)
  55.  
  56.  
  57.     Revision History
  58.     ----------------
  59.  
  60.     1.00    94/05/30    First release version.
  61.  
  62.  
  63.