This is a very painful problem, especially with the win8+ system. To paraphrase two verses: Command prompt is there, do not leave, but you just can't find! (Well, for those of you who have a Start menu, please ignore me.)
In fact, these shortcuts always exist, the directory is%SystemRoot%\Program Files (x86) \microsoft Visual Studio 12.0\common7\tools\shortcuts
Once the path is found, one is "pin to start" or copied to the desktop, and the VisualStudio "External Tools" feature can be used to place the shortcut under the IDE's Tools menu, configured as
Name |
Description |
Title |
Name displayed in the Tools menu (change it casually) |
Command |
System comes with Cmd.exe (this value is matched according to the system disk and the 64-bit or 32-bit system) |
Arguments |
You can copy the value of "Target (T)" by right-clicking the shortcut to the first graph (for example) |
Initial Directory |
Default path after starting the DOS command window |
Configure command Prompt for visual Studio2013