Printer Friendly
Dictionary, Encyclopedia and Thesaurus - The Free Dictionary
3,907,023,359 visitors served.
forum Join the Word of the Day Mailing List For webmasters
?
Dictionary/
thesaurus
Medical
dictionary
Legal
dictionary
Financial
dictionary
Acronyms
 
Idioms
Encyclopedia
Wikipedia
encyclopedia
?

DOS FC

    0.01 sec.
DOS FC
An external command that compares two files for content. .EXE, .COM, .SYS, .OBJ, .LIB and .BIN files are compared byte for byte, otherwise, comparison is line by line. To compare text files FILE1 and FILE2, type:
 fc file1 file2        blank areas must match
                        character for character

 fc file1 file2 /w     blank areas can be of
                        different sizes

 fc file1 file2 /a     show only start and end
                        text on mismatches

Mismatches in ASCII files show as:
  ***** first file
  start
  ...
  ...
  end
  ***** second file
  start
  ...
  ...
  end
  *****

To compare program files ABC.EXE and XYZ.EXE, type:
         fc abc.exe xyz.exe

Mismatches in binary files show as:
         AAAAAAAA BB BB

 A = Hex location from start of file.
 B = Hex characters in first and second files.


Want to thank TFD for its existence? Tell a friend about us, add a link to this page, add the site to iGoogle, or visit the webmaster's page for free fun content.
?Page tools
Printer friendly
Cite / link
Feedback
Mentioned in?   Encyclopedia browser?   Full browser?
No references found
 
 
 
Encyclopedia
?

Terms of Use | Privacy policy | Feedback | Advertise with Us | Copyright © 2012 Farlex, Inc.
Disclaimer
All content on this website, including dictionary, thesaurus, literature, geography, and other reference data is for informational purposes only. This information should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional.