Hello,
If in a PowerShell window I run:
powershell.exe -NonInteractive -NoLogo -NoProfile -Command "Write-Output Test"
the output is:
Test
However if in the same window I run:
surun /wait powershell.exe -NonInteractive -NoLogo -NoProfile -Command "Write-Output Test"
nothing is displayed.
Is there any way to make the output be displayed in the same PowerShell console from which SuRun was launched?
Regards,
Claudio