VS2013/15 Diff Tool
Visual Studio
1
Posts
1
Posters
1
Views
1
Watching
-
VS2013 and 15 have a Diff tool that can be invoked from the Command Line: Tools.DiffFiles SourceFile, TargetFile I would like to create a simple UI that prompts the user for the file names, then runs the diff tool. Questions: 1) Is it possible to invoke this tool without using the VS command prompt? If so, how? 2) If not, can I somehow in code open the Command prompt and fill in the info? How? Thanks
If it's not broken, fix it until it is. Everything makes sense in someone's mind. Ya can't fix stupid.