Hi,
I am trying to run the following command from a java web service file (jws),
on windows
java.lang.Process proc = runtime.exec("c:/dir");I keep on getting "CreateProcess: c:/dir error=2" Does anyone know whether exec() commands are supported in axis or know of a solution. Thanks Dharmesh
