home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / DOS_HELP / PC_HELP1.ZIP / HELPDOS3.ZIP / COMP.### < prev    next >
Encoding:
Text File  |  1985-12-27  |  916 b   |  19 lines

  1. COMMAND:  COMP (Compare Files)
  2.  
  3. FUNCTION: Compares the contents of the first set of files to the contents of
  4.           the second set of specified files.
  5.  
  6. FORMAT:   COMP [d:][path][filename[.ext]] [d:][path][filename[.ext]]
  7.  
  8. TYPE:     DOS external command
  9.  
  10. REMARKS:  If no parameters are specified, you are prompted for them. Global
  11.           file name characters may be used. If the file names are omitted,
  12.           they are assumed to be *.*. During execution, messages are displayed
  13.           that reflect the files currently being compared and any errors that
  14.           have been found. After 10 mismatches, COMP terminates that
  15.           comparison, and continues to the next comparison. No comparison
  16.           takes place if the files are of different sizes. Any diskettes
  17.           required for comparison are assumed to be inserted in the
  18.           appropriate drive prior to execution.
  19.