The output is not getting redirected to the original terminal window. I anyway want the output to display in the a new terminal window and also to catch it in the Processes's inputstream. I'll check out the ProcessBuilder class and the article you mention as well.
But my original problem stands.
How to catch the inputstream from a new DOS window that has been created by "exec()ing" a .cmd script from within your
java program.