Hi all.

I'm very new to VB.NET, but an old Java programmer. I'm able to run a batch file from my form, and this batch file runs an executable that was generated by someone else using fortran. This program outputs text to the DOS prompt. In my application, I want to have a progress bar (or something similar) that will output what is getting printed on the DOS prompt.

So, basically, I'm asking if there is any way of reading what is happening on the batch file/Dos Prompt.

Thanks for your time.

Nicky