Skip to content

Instantly share code, notes, and snippets.

@toruuetani
Created April 8, 2014 08:30
Show Gist options
  • Save toruuetani/10101784 to your computer and use it in GitHub Desktop.
Save toruuetani/10101784 to your computer and use it in GitHub Desktop.
バッチファイルから PowerShell スクリプトを起動する。
@powershell -NoProfile -ExecutionPolicy unrestricted -File "path/to/powershell.ps1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment