My PowerShell scripts executes towards its end an external executable using Invoke-Expression
.
Invoke-Expression "$($config._resguy) $mapname -missing"
However, this clears from the console any previous output. How can I prevent that?
My PowerShell scripts executes towards its end an external executable using Invoke-Expression
.
Invoke-Expression "$($config._resguy) $mapname -missing"
However, this clears from the console any previous output. How can I prevent that?