Is there a way to natively compare files and folders for content, perhaps in command prompt? If not, is there a good program for that?

I've heard of WinMerge, is it any good?

link|improve this question

feedback

3 Answers

up vote 1 down vote accepted

Natively, you can use the comp or the fc commands.

comp
fc

link|improve this answer
FC is what I was looking for – GiH Oct 31 '09 at 2:15
feedback

As mentioned before, WinMerge is a good program - as are a handful of other options.

link|improve this answer
feedback

I recommend Beyond Compare.

  • It can compare directories against each other, regardless whether the directory is local or FTP.
  • It can sync those directories, including subdirectories, with custom include/exclude file patterns.
  • It can compare files against each other. There are free plugins for Office documents, images, you name it.

I know the question has long been answered, but thought this might still be helpful for later readers.

link|improve this answer
thanks for that, i was looking for a native way to do it but its great to know this software exists! – GiH Sep 17 '10 at 22:39
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.