1
Reply

How to compare two files in Visual Studio 2012?

Ritesh Singh

Ritesh Singh

Aug 19, 2016
497
0

    DiffFiles is a new tools in VS 2012 to compare 2 different c# or vb file without TFS. Below are the steps to achieve thisStep1: Open Visual StudioStep2: Go to View > Other Windows > Command WindowStep3: Type the command (Tools.DiffFiles Test\Test.vb d:\Test\Test1.vb) // it is the example of comparing 2 files

    Ritesh Singh
    August 19, 2016
    0