What can I use to compare two text files in Windows? Any software or website that you know of for the purpose??
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.
I swear by BeyondCompare, $30, 30 day trial
there are myrads of FOSS alternatives which are nowhere near as good.
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.
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.
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
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 :-)
PilotEdit is a excellent tool for comparing files. http://www.pilotedit.com
You can try Compare++. The diff tool is a visual specialized tool for file comparison, merging and folder synchronization with lightning speed.
The best online tool for the job I've seen so far is text-compare.com.