Notice: how to use Process.waitFor()?

Firstly, I want to excute batch file with java language:java Process proc = Runtime.getRuntime().exec("cmd.bat");web   It runs correctly, but I find that it excute next statement immediately. As I wan
相关文章
相关标签/搜索