Hi,

I want to pass a argument to a batch file using Runtime.exec() method.
I am using below code to execute batch file:


Runtime r = Runtime.getRuntime();
Process proc = null;
proc =...