Skip to content

Instantly share code, notes, and snippets.

@sweshelo
Created March 4, 2021 05:26
Show Gist options
  • Save sweshelo/62269094ba83225f3775d9cbe5ace630 to your computer and use it in GitHub Desktop.
Save sweshelo/62269094ba83225f3775d9cbe5ace630 to your computer and use it in GitHub Desktop.
自身のファイル名と同一のPowerShellOnelinerを実行するbat
rem 自身のファイル名と同一のPowerShellOnelinerを実行するbat
powershell -NoProfile -ExecutionPolicy Unrestricted %~dpn0.ps1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment