Cant read all characters from CMD
i am running Runtime.getRuntime().exec
To run some TCL CLI
(http://www.activestate.com/Products/ActiveTcl/)
and i wish to write and read from the IO streams
i cannot read all of the respons characters from the inputstream
only faw of them...
how can i get all of tham
i am using the StreamGobbler example from javaWorld
http://www.javaworld.com/javaworld/jw-12-2000/jw-1229-traps.html
thanks shay

