Hey all,

I know how to launch an .exe or other executable, etc. But is there a way that I can actively read each line in that command window?

Meaning I run a command window/line program from within my program. This 2nd programming is constantly running and displaying a few lines of output per every few seconds, etc. (with pauses in there, etc.)

Then if I could get those lines, then I could parse it and then do functionA, functionB, start anothe process here or there, etc. I know how to do the parsing and stuff, I just don't know how to actively keep getting the data from the command window, etc.

thanks,