How to open Developer Command Prompt for vs2015?

Viewed 5925

I want to create a .bat file that will open Developer command prompt and there i need to change directory "cd .. " path " " and execute few commands there.

3 Answers

Right Click on your project name under solution explorer, then locate open command line, select developer command Prompt or use shortcut: shift + Alt + ,

Related