Skip to content

Instantly share code, notes, and snippets.

@nzbart
Last active February 18, 2018 21:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nzbart/10217986 to your computer and use it in GitHub Desktop.
Save nzbart/10217986 to your computer and use it in GitHub Desktop.
ConEmu task for launching PowerShell with the Visual Studio environment variables and path correctly configured.
%comspec% /k ""C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\Tools\VsDevCmd.bat" & powershell" -new_console:d:D:\Dev
Admin:
%comspec% /k ""C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\Tools\VsDevCmd.bat" & powershell" -new_console:a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment