Hi,
Are there any examples where stdin is passed to the sub-process and its output is received by the Java caller? It appears the default behavior is just to send stdout /err to System.out/err. I see the Exec API is not hard to understand but I am sure an example would save some time and probably show the best practices. Thanks in advance. Derek
