home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 21 / CD_ASCQ_21_040595.iso / dos / prg / c / freedos3 / help / comp.doc < prev    next >
Text File  |  1994-11-30  |  939b  |  27 lines

  1. NAME
  2.     COMP.COM - Binary comparison of files.
  3.  
  4. SYNOPSIS
  5.     comp [/#] file1 [file2]
  6.  
  7. DESCRIPTION
  8.     COMP.COM is a replacement for the MS-DOS command of the same name.
  9.     It compares the two files as binary files and prints out the
  10.     differences, one per line, with the character equivalents of any bytes
  11.     that correspond to printable characters.
  12.  
  13.     If the second parameter is not given, the first file is compared with
  14.     a file of the same name in the current directory of the current drive.
  15.  
  16.     Either argument may be a directory, or may contain wild cards (but
  17.     not both).  Directory arguments refer to all files in the given
  18.     directory, but not subdirectories of the directory.
  19.  
  20.     The `#' parameter gives the maximum number of errors to report per
  21.     file.  Default is 65535 if file1 is a single file, 10 otherwise.
  22.  
  23.     The '/' in the above sysnopsis refers to the switch character.
  24.  
  25. AUTHOR
  26.     Paul Vojta, vojta@math.berkeley.edu
  27.