Source code comparison

  • Thread starter Thread starter Doug
  • Start date Start date
D

Doug

Hello,

Can anyone recommend an inexpensive source code comparison utility for .NET.
I broke my code an now I need to compare my older version w/ the new one and
could use the help of line comparison software. Thanks in advance.

Doug
 
Hi Doug,
Look in your VS dir for WinDiff tool
On my computer it is located in:
C:\Program Files\Microsoft Visual Studio .NET
2003\Common7\Tools\Bin\WinDiff.Exe

I use it every now and then for I don't now how many years (its been here
long before VS.NET) and it works really good.

B\rgds
100
 
Get out an old Visual Studio 6 disk and install (at least install the
tools). Look for WinDiff. You run it by loading two files and it does the
comparison very fast.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

**********************************************************************
Think Outside the Box!
**********************************************************************
 
Even better, I did not know it still shipped with VS.NET. Thanks for the
heads up!!!

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

**********************************************************************
Think Outside the Box!
**********************************************************************
 
Back
Top