porc = Runtime.getRuntime().exec("cmd.exe /c run.bat"); 无dos窗口

porc = Runtime.getRuntime().exec(""cmd.exe /c start /min run.bat""); 有dos窗口