support capture of std output and std error to variables while displaying normal 'dos' window
maybe by integrating duplication or cloning of the std output and std error streams, like the tee function provides in unix
**Added 4/19/2010**
It is nice to have a dos window visible while running executables that take a while to complete.
Often it is important to capture output from executable for parsing.
Currently, if you assign output to a variable, the dos window is not visible.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I believe all of this functionality is implemented:
If there's anything else missing, let me know.