在我的 Java 应用程序中,我想运行一个调用“ scons -Q implicit-deps-changed build\file_load_type export\file_load_type
”的批处理文件
看起来我甚至不能执行我的批处理文件,我没办法了。
This is what I have in Java:
Runtime.
getRuntime().
exec("build.bat", null, new File("."));
之前,我有一个想要运行的 Python Sconscript 文件,但是由于这个文件不能工作,我决定通过一个批处理文件来调用这个脚本,但是这个方法到目前为止还没有成功。