7

I have just started using ConEmu. I have tried different shells like the default windows cmd and the Powershell which worked fine. When i tried to add visual studio shell, it didn't work.

I tried "New console dialog". In that i gave this as the path for shell

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

That gave me this error

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

After searching in the internet i even tried an other path as mentioned in a website C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\Tools\vcvarsall.bat. That gave me the same error again!

Maximus
  • 10,751
  • 8
  • 47
  • 65
coderasp
  • 133
  • 1
  • 8

1 Answers1

17
cmd /k "C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\Tools\vcvarsall.bat"
Maximus
  • 10,751
  • 8
  • 47
  • 65