Last active
November 10, 2020 13:39
-
-
Save kparkov/ba046d0932055a5c24d4a9e51c09c127 to your computer and use it in GitHub Desktop.
Execute string as command / script #powershell
This file contains 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
$ScriptCommand = [io.path]::Combine($PSScriptRoot, "tasks", "shell", "Subscript.ps1") | |
& $ScriptCommand |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment