Setup conemu to use Visual Studio Developer command line

I just started using ConEmu. I tried different shells, such as default windows cmdand Powershellthat worked fine. When I tried to add a visual shell to the studio, it did not work.

I tried the "New Console Dialog". In this I gave it as a path for the shell

C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\vcvarsall.bat

It gave me this error

Root process was alive less than 10 seconds, Press Esc or Enter

After searching the Internet, I even tried a different way, as indicated on the website C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\Tools\vcvarsall.bat. This again gave me the same error!

+4
source share
1 answer
cmd /k "C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\Tools\vcvarsall.bat"
+11
source

All Articles