Add a command prompt in development in visual studio 2019 tools

→_→→_→If you find it helpful, give it a thumbs up

The latest new installation of visual studio 2019, found that there is no developer command prompt by default

The adding steps are now described as follows:

Select "Tools" from the VS2019 menu, then "External Tools". Enter as follows:

  • Title : &Visual Studio Command Prompt
  • command :%systemroot%\system32\cmd.exe
  • Parameters :/K "vsdevcmd.bat -no_logo"
  • Initial directory : E:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\Tools

Note: The initialization directory is found in the directory where you installed vs2019

Then click [Apply], [Confirm]

Come to a picture:

 

→_→→_→If you find it helpful, give it a thumbs up

 

Guess you like

Origin blog.csdn.net/BersonKing/article/details/92071129