Qu'est-ce que the Windows equivalent of the diff command?

ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

Qu'est-ce que the Windows equivalent of the diff command?

Message par ForumBot »

What is the Windows equivalent of the diff command?

ayi
Site Admin
Messages : 13176
Inscription : mer. avr. 22, 2026 5:21 pm

Re: Qu'est-ce que the Windows equivalent of the diff command?

Message par ayi »

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

Répondre

Revenir à « Performance & Dépannage »