Hello,
I start an EXE "Shell foo.exe" within my script. The problem is now, that these EXE pipes a message (also when I use "Run foo.exe")in the console that I want to avoid.

I cannot set Code:
 setconsole("hide") 

due to different reasons.

Is there any way to get rid of this?

Maik