$p = [diagnostics.process]::Start($si) $output = $p.StandardOutput.ReadToEnd() $errors = $p.StandardError.ReadToEnd() $p.WaitForExit()
確定! 回上一頁