Skip to content

Instantly share code, notes, and snippets.

@kparkov
Last active November 10, 2020 13:39
Show Gist options
  • Save kparkov/ba046d0932055a5c24d4a9e51c09c127 to your computer and use it in GitHub Desktop.
Save kparkov/ba046d0932055a5c24d4a9e51c09c127 to your computer and use it in GitHub Desktop.
Execute string as command / script #powershell
$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