Skip to content

Instantly share code, notes, and snippets.

@wallymathieu
Last active May 11, 2016 09:13
Show Gist options
  • Save wallymathieu/f717424769259ab2ea59 to your computer and use it in GitHub Desktop.
Save wallymathieu/f717424769259ab2ea59 to your computer and use it in GitHub Desktop.
with filepath from cmd path
REM http://ss64.com/nt/syntax.html
REM https://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/percent.mspx?mfr=true
"C:\Windows\Microsoft.NET\Framework64\v4.0.30319\MSBuild" "%~dp0\Somesolution.sln"
@ECHO OFF
@"C:\Program Files (x86)\MSBuild\14.0\bin\amd64\MSBuild.exe" %*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment