Tuesday, 23 September 2014

Compare two files in Visual Studio 2012.



 


DiffFiles is a new tools in VS 2012 to compare 2 different c# or  vb file without TFS. Below are the steps to achieve this


Step1: Open Visual Studio

Step2: Go to View > Other Windows > Command Window

Step3: Type the command (Tools.DiffFiles  Test\Test.vb   d:\Test\Test1.vb)    // it is the example of comparing 2 files

No comments:

Post a Comment