In my Java application, I want to run a batch file that calls \"scons -Q implicit-deps-changed build\\file_load_type export\\file_load_type\"
scons -Q implicit-deps-changed build\\file_load_type export\\file_load_type
It seems t
ProcessBuilder is the Java 5/6 way to run external processes.