tags:

views:

426

answers:

13

What can I use to compare two text files in Windows? Any software or website that you know of for the purpose??

+10  A: 

WinMerge

yeyeyerman
A: 

Sounds like a SuperUser question!

Try searching for 'diff' or 'WinDiff'.

PSPad has a shell-integrated TextDiff function that's pretty good, if you want a text editor too.

Seth
+1  A: 

I swear by BeyondCompare, $30, 30 day trial

there are myrads of FOSS alternatives which are nowhere near as good.

Dustin Getz
A: 

There's a command-line tool that comes as part of Windows called FC. Type FC /? in a Command Prompt window to find out more.

WinDiff comes with many Microsoft development tools but it's getting seriously long in the tooth at this point. I second the recommendation for WinMerge.

Ken Keenan
+1  A: 

Beyondcompare is best text campirson utility i've used.

BobC
+1  A: 

kdiff3 is great, and open source

fakeleft
A: 

If you've got very simple requirements, there are some online text differenceing options, such as http://www.textdiff.com/

But as others have said, WinMerge is awesome and free.

Jon Galloway
A: 

If you are just wanting text based files use http://notepad-plus.sourceforge.net/. It also does highlighting based on the code that you use so it will look like most IDE's

Mitchell Skurnik
A: 

We have used CompareIt for nummeros comparison tasks. Works great. Compares each line and character, and recognizes section that have been moved due to other text that have been added in the middle of the file, etc.. As you would expect it too :-)

Lars Udengaard
+2  A: 

DiffMerge is an application to visually compare and merge files for Windows, Mac OS X and Unix. Free!

typeseven
A: 

PilotEdit is a excellent tool for comparing files. http://www.pilotedit.com

Dracoder
A: 

You can try Compare++. The diff tool is a visual specialized tool for file comparison, merging and folder synchronization with lightning speed.

A: 

The best online tool for the job I've seen so far is text-compare.com.

ImperviousClarity