Searched refs:Script (Results 1 – 1 of 1) sorted by relevance
133 $Script in Invoke-CustomScript() variable139 Write-Verbose ("Script: " + $Script) in Invoke-CustomScript() variable142 Write-Host "ERROR: the environment setup script doesn't exist:" $Script -ForegroundColor red in Invoke-CustomScript() variable146 If (-not (Test-Path -Path $Script -PathType leaf)) { in Invoke-CustomScript() variable147 Write-Host "ERROR: the script doesn't exist:" $Script -ForegroundColor red in Invoke-CustomScript() variable154 $ScriptOutput = & CMD /C "$EnvScript && $Script 2>&1" in Invoke-CustomScript()