[Solved] Creating a batch files for visaul studio command


we can create a batch(.bat) file for executing the multiple commands in visual studio command prompt explained below.

call “C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat”

the above command will call the visual studio command prompt and then we have to wrote our multiple commands then it will be executed and save this file in .bat file.

solved Creating a batch files for visaul studio command