Visual-Studio – Two files in Visual Studio

I saw a new comparison tool in VS 2012 for comparing two files or two versions of files. I like it. But when I try to find it I can’t because I Without TFS. Is there a way how to compare two files with built-in functions in VS without TFS?
You can call devenv.exe / diff list1.txt list2.txt from the command prompt, or if Visual Studio The instance is already running, you can type Tools.DiffFiles in the command window and complete it with a convenient file name:

I saw a new comparison tool in VS 2012 for comparison Two files or two versions of the file. I like it. But when I try to find it I can’t because I don’t use TFS. Is there a way how to compare two files with built-in features in VS but without TFS?

You can call devenv.exe /diff list1.txt list2.txt from the command prompt, or, if the Visual Studio instance is already running, you can type in the command window Tools.DiffFiles, complete with a convenient file name:

Leave a Comment

Your email address will not be published.