system_ output result

BlitzMax Forums/BlitzMax Programming/system_ output result

andre72(Posted 2007) [#1]
Hi,

I don't know exact what system_ use - however it's really great!
I use it to start a application I bevor tried out in a DOS Box - and in the DOS Box I'd no output by my application.
Than I tried to launch it via system_ and it works also fine - but now I've output there in the debug vindow!

So my question about - is there a way to catch this and to use it?
result=system_ return an empty string so I need an other way to get what the application for normal send to the debug windows (is that stdIO)?
Maybe somebody have a sample how to use ...

Thanks,

Andre