Show More
@@ -91,6 +91,8 b' function Secure-Download($url, $path, $s' | |||||
91 | } |
|
91 | } | |
92 |
|
92 | |||
93 | function Invoke-Process($path, $arguments) { |
|
93 | function Invoke-Process($path, $arguments) { | |
|
94 | echo "$path $arguments" | |||
|
95 | ||||
94 | $p = Start-Process -FilePath $path -ArgumentList $arguments -Wait -PassThru -WindowStyle Hidden |
|
96 | $p = Start-Process -FilePath $path -ArgumentList $arguments -Wait -PassThru -WindowStyle Hidden | |
95 |
|
97 | |||
96 | if ($p.ExitCode -ne 0) { |
|
98 | if ($p.ExitCode -ne 0) { |
General Comments 0
You need to be logged in to leave comments.
Login now