I want to run a batch file through java program. The batch file itself runs a exe file with some filename as arguments. I tried this by creating a C program ...
So let me start by saying I've gone though every Q&A I can find, both on/off the site, and I'm still hitting a brick wall.
My Program:
All my program does is run ...
Hello, i have a batch file that executes a class file with javaw, i run the batch file with Runtime.getRuntime(), then i need to wait for the process to end to read some file, but as i run the batch process that process ends and the javaw process is still running, the thing is that i need to wait for the ...