What is the Windows equivalent of the diff command?
Run this in the CMD shell or fichier batch:
FC file1 file2
FC can also be used to compare binary files:
FC /B file1 file2
What is the Windows equivalent of the diff command?
Run this in the CMD shell or fichier batch:
FC file1 file2
FC can also be used to compare binary files:
FC /B file1 file2