home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / doshelp / helpsb.zoo / help / comp / summary.hlp < prev   
Encoding:
Text File  |  1989-01-01  |  1.0 KB  |  22 lines

  1.                               COMP
  2.  
  3. The COMP external command compares two files or sets of files.  COMP is 
  4. frequently used after a COPY command to ensure that both files are identical.
  5.  
  6.     COMP [d1:][pathname1][filename1[.ext]] [d2:][pathname2][filename2[.ext]]
  7.      \____________________________/    \_______________________________/
  8.             \source/                \target/
  9.  
  10. [d1:][pathname1][filename1[.ext]] is the source file to be compared.
  11.     Multiple files can be compared using the wildcard characters.
  12.  
  13. [d2:][pathname2][filename2.[ext]] is the target file to be compared with 
  14.     the source file. If no target filename is entered, files with the same
  15.     filename(s) as the source files in the target path will be compared.
  16.  
  17. The very first thing COMP does is compare the two file's sizes. If the size 
  18. is different, the comparison ends.  COMP will continue displaying other 
  19. differences until 10 differences are encountered.
  20.  
  21. Note: Two entire diskettes can be compared by using the DISKCOMP command.
  22.