Skip to content

Instantly share code, notes, and snippets.

@toddb
Created August 9, 2011 21:52
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 toddb/1135293 to your computer and use it in GitHub Desktop.
Save toddb/1135293 to your computer and use it in GitHub Desktop.
Here.cmd for powershell, psake and msbuild
@echo off
path = %path%;%WINDIR%\Microsoft.NET\Framework\v4.0.30319\
powershell -ExecutionPolicy Unrestricted -NoExit -Command " &{import-module .\scripts\psake.psm1; Invoke-Psake -docs}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment