Adding Native Tools Command Prompt on VS2015 RC
问题 Since I cannot locate Native Tools CMD under the Tools menu, I try to manually add it in External Tools . Few questions: Regardless of what I choose for Command (ARM, x86 or x64 etc.), Command is always C:\Windows\System32\cmd.exe . Why the different CMDs end up having the same path to the native System32's CMD? Referring to this answer, I should insert /k "C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\Tools\VsDevCmd.bat" to the arguments - what is the /k and what is the bat for