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
相關文章
相關標籤/搜索