freeprocess

BlitzMax Forums/BlitzMax Programming/freeprocess

Nigel Brown(Posted 2007) [#1]
From what I can see the pipe only looks at input from stdin. Is there a way it could be made to look for stderr as well?


Brucey(Posted 2007) [#2]
TProcess has an "err:TPipeStream" field, which looks like it is a read-only stream for stderr output ?


FlameDuck(Posted 2007) [#3]
What Brucey said.


Nigel Brown(Posted 2007) [#4]
Brucey, thanks again spent my time looking in C code :-(