Compare the differences between two files or sets of files. Use wildcards (*) to compare sets of files. More information: https://learn.microsoft.com/windows-server/administration/windows-commands/fc.
fc {{path\to\file1}} {{path\to\file2}}
fc /c {{path\to\file1}} {{path\to\file2}}
fc /u {{path\to\file1}} {{path\to\file2}}
fc /l {{path\to\file1}} {{path\to\file2}}
fc /b {{path\to\file1}} {{path\to\file2}}
fc /t {{path\to\file1}} {{path\to\file2}}
fc /w {{path\to\file1}} {{path\to\file2}}