S
Sven Fischer
I want to call from inside a java program an external script (resp. prgm) and wait
until the execution is finished (successfuly or not).
How can I do this?
For simplicity assume the external script is either an DOS batch scipt (Windows) or shell script (Linux).
How can I ask from inside the Java program for the return/exit code?
Sven
until the execution is finished (successfuly or not).
How can I do this?
For simplicity assume the external script is either an DOS batch scipt (Windows) or shell script (Linux).
How can I ask from inside the Java program for the return/exit code?
Sven