Running an batch file under java
843798Aug 2 2001 — edited Dec 6 2001HI- I created a batch file to do various commands. However, every time I try to run it using:
Runtime.getRuntime.exec( BAT );
BAT being the path name and batch file in a String.
I get an IOException. Is there a way to run another command prompt in the VM so I can run my batch file? Thanks
Seigot