Skip to content

Instantly share code, notes, and snippets.

@Horopter
Last active December 27, 2015 12:51
Show Gist options
  • Save Horopter/33f39967602d4f54cf16 to your computer and use it in GitHub Desktop.
Save Horopter/33f39967602d4f54cf16 to your computer and use it in GitHub Desktop.
Steps to activate command prompt access to VS-C#- 2010 in powershell

New-Alias csc "C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe" #in powershell
C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\Tools #in powershell
VSVARS32 #in powershell
csc /t:exe /out:app.exe app.cs #in powershell

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment