Hi,

> I'm not not using the Command line, and nowhere have I used >.

How are you launching the mono application? Have you got it so that .exe
is associated with mono?

> I am trying to capture stdout from command line programs so I can use
> that output in real time in a GUI application.

In which case you'll be launching mono manually (I'll guess). Add the
suggested 2>&1

> Can I have some sensible replies please.

Please provide as much info as you can and you'll get more specific
answers. I've always found 

mono myprog.exe 2>&1

to capture anything to STDOUT to work. If you're looking for more a
debugger style system, you need to launch the command line application
from inside of the application you want to grab the code from and echo
to the application.

TTFN

Paul
-- 
"A lot of football success is in the mind. You must believe you are the
best and then make sure that you are. In my time at Liverpool we always
said we had the best two teams on Merseyside, Liverpool and Liverpool
Reserves." - Bill Shankly

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to