Hello,

Can anybody tell me how I could obtain in my VB app what is displayed on the command window by a command line exe.

The fact is that I am trying to make a GUI for a command line app for my little bro... and I actually need to display some infos in my app since he will not be able to find them out among the lot of lines printed by the dos tool.

I plan to to use shell() to run the DOS exe.

Thanks for your help