Created
March 4, 2021 05:26
-
-
Save sweshelo/62269094ba83225f3775d9cbe5ace630 to your computer and use it in GitHub Desktop.
自身のファイル名と同一のPowerShellOnelinerを実行するbat
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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