What is the Windows equivalent of the diff command?
Qu'est-ce que the Windows equivalent of the diff command?
Re: Qu'est-ce que 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