I`m currently writing an web application.
I want to have a
servlet call Runtime.getRuntime().exec("");
in order to execute a .bat file under windows2000,
however my application server just hangs there(I`m using resin)
wherever I use Runtime methods.
I`m not sure what problem is there, can someone give me a good example about how Runtime methods are used? I`m really urgent!
Thanx.