Is it possible to use VS 2012 diff tool from console like below?
compare.exe c:\file1 c:\file2
Also you can run diff tool from Command Window and it will run in the same instance of VS.
Tools.DiffFiles c:\file1 c:\file2
Moreover there is an extension for VS 2012.