Where is "VS2015 x64 Native Tools Command Prompt" located

I have used Visual Studio 2013 before and I can find "VS2013 x64 Native Tools Command Prompt" under C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\Tools\Shortcuts

However,after VS 2015 installation, I can only find Build Notifications under corresponding folder.

So, how can I launch VS2015 x64 Native Tools Command Prompt ?

2 Answers

For the Start Menu, it is located under Visual Studio 2015 - > Visual Studio Tools -> Windows Desktop Command Prompts -> VS2015 x64 Native Tools Command Prompt.

However, the actual shortcut is %comspec% /k ""C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat"" amd64 (at least on my setup).

6

Try searching in windows home search for VS2015 x64 Native Tools Command Prompt. I found it today like this

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like