Searched refs:outLogFile (Results 1 – 1 of 1) sorted by relevance
1080 $outLogFile = Join-Path -Path $Env:TEMP -ChildPath $outLogFileName in Start-ExternalProcess() variable1086 …ments -NoNewWindow -PassThru -RedirectStandardError $errLogFile -RedirectStandardOutput $outLogFile in Start-ExternalProcess()1090 …$Path -NoNewWindow -PassThru -RedirectStandardError $errLogFile -RedirectStandardOutput $outLogFile in Start-ExternalProcess()1116 Get-Content $outLogFile | Write-Host in Start-ExternalProcess() variable1177 $outLogFile = Join-Path -Path $Env:TEMP -ChildPath $outLogFileName in Run-ExternalProcessWithWaitAndKill() variable1183 …$Path -NoNewWindow -PassThru -RedirectStandardError $errLogFile -RedirectStandardOutput $outLogFile in Run-ExternalProcessWithWaitAndKill()1187 …ments -NoNewWindow -PassThru -RedirectStandardError $errLogFile -RedirectStandardOutput $outLogFile in Run-ExternalProcessWithWaitAndKill()1223 Get-Content $outLogFile | Write-Host in Run-ExternalProcessWithWaitAndKill() variable