Compare two files or two file sets and display the differences between them
FC [/A] [/C] [/L] [/LBN] [/n] [/off [Line] [/T] [/u] [/W] [/NNNN]
[Drive1:] [path1] filename1 [drive2:] [path2] filename2
FC/B [drive1:] [path1] filename1 [drive2:] [path2] filename2
/A only displays the first line and the last line of each different place.
/B performs binary comparison.
/C is case-insensitive.
/L compare objects as ASCII characters.
/LBN sets the maximum value of consecutive unmatched rows to the specified number of rows.
/N indicates the number of lines in the ASCII comparison.
/Off [Line] Do not skip files with offline Property sets.
/T do not extend the tab to spaces.
/U compares the file as a unicode text file.
/W compresses the blank space (tab and space) for comparison ).
/NNNN specifies the number of consecutive rows that must be matched after the unmatched position.
[Drive1:] [path1] filename1
Specify the first file to be compared or the first file set.
[Drive2:] [path2] filename2
Specify the second file to be compared or the second file set.