I just want to run the following two lines.
cd SomeDirectory
C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\devenv.com
Source\MySolution.sln /build Release /project Source\My\Setup\Project.vdproj
If I wrap everything in quotes, nothing seems to happen other than the strings printing to the console.