PDA

View Full Version : Comparing files


Altered Reality
06-19-2005, 02:10 AM
Where can I find a freeware program to make a binary comparison of two files I load?

rg3
06-19-2005, 11:38 AM
I know this is going to sound weird but... the classical "cmp" Unix command does exactly that. I think it's a good idea to install Cygwin (http://www.cygwin.com/) to get access to some basic software tools.

Rellik66
06-19-2005, 04:08 PM
there's a one called WinDiff on most windows CDs.

On a XP cd, it is in \SUPPORT\TOOLS inside the support.cab. (this is probably the same for W2K)

On a 98 cd, it can be found in \tools\reskit\file

extract/copy windiff.exe, windiff.hlp, and gutils.dll to a folder of your choice and run windiff

Tedades
06-19-2005, 06:27 PM
Rellik66 said:
there's a one called WinDiff on most windows CDs.

On a XP cd, it is in \SUPPORT\TOOLS inside the support.cab. (this is probably the same for W2K)

On a 98 cd, it can be found in \tools\reskit\file

extract/copy windiff.exe, windiff.hlp, and gutils.dll to a folder of your choice and run windiff



Thanks :-)

I also seen some tools at work, they used when someone worked on their sourcecode.
Visual stuff and all, looked pretty handy.
Dont know what is was though...