I have a powershell script that runs an .exe tool.
& tool.exe
If I run the script from a cmd console, the exe output is not written through the cmd console...
C:\>powershell .\script.ps1
Insead, if I run the script from a Powershell console everything is alright.
Do you know how to make the exe output visible from the cmd console?