Can anyone recommend some good file compare software that is free and runs on Windows? What I'm mainly looking for is something that will show the differences between two files line-by-line (or even better, character differences) and allow selective merging of each difference to either file. Compare It and Araxis Merge does these, but they are paid programs. Is there anything out there like this that is free? Thanks.

link|improve this question

Hasn't this question been asked before? There seem to be countless questions about this subject. – alex Sep 18 '09 at 13:29
1  
You can find a complete list of file comparison software over on wikipedia: en.wikipedia.org/wiki/Comparison_of_file_comparison_tools – alex Sep 18 '09 at 13:33
1  
also: superuser.com/questions/34962/… – fretje Sep 18 '09 at 13:41
2  
Thanks for the suggestions, everyone! In the end, I decided to stick with the file compare function built into Notepad++. Even though it doesn't do everything I would prefer, it is convenient, as Notepad++ is my favorite text/source editor. – Jim Fell Nov 19 '09 at 14:46
show 1 more comment
feedback

4 Answers

up vote 18 down vote accepted

Give WinMerge a spin; it does everything you are asking for.

link|improve this answer
3  
+1 Great program. – alex Sep 18 '09 at 13:31
2  
+1 WinMerge rules – Peter Lillevold Sep 18 '09 at 14:12
2  
Good program, I use it alot. – Jim C Sep 18 '09 at 15:08
feedback

I would recommend Meld, but running it under Windows requires some tinkering with PyGTK. Please check this list of Meld alternatives :)

link|improve this answer
feedback

You might try 'Beyond Compare'.

link|improve this answer
2  
Great program but it's not free (poster's requirement). – dwj Aug 5 '11 at 22:09
feedback

I really like DiffMerge by SourceGear.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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