I am trying to run a batch file that is in another directory from my Java executable. I have the following code :
try { Process p = Runtime.getR
Your code is fine, but the problem is inside the batch file.
You have to show the content of the bat file, your problem is in the paths inside the bat file.