home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_100 / 192_01 / compfile.doc < prev    next >
Text File  |  1979-12-31  |  768b  |  23 lines

  1. COMPFILE:
  2.   This program compares two files.  It informs the user about which
  3.   of these conditions is true:
  4.  
  5.       a) The files are identical.
  6.  
  7.       b) The files are identical up to the point where one file 
  8.          is merely longer than the other.
  9.  
  10.       c) The files differ.  The first bytes that are different
  11.          are displayed as well as the byte's sequential number
  12.          and line number (which only has meaning for ASCII files.)
  13.  
  14.   To invoke the program, merely type:
  15.  
  16.      COMPFILE
  17.  
  18.   in response to the DOS prompt with the program in the default drive.
  19.   The program will then prompt the user to enter the names of the
  20.   two files.
  21.  
  22.                                       JHK  7/8/86
  23.