Hi All, I need to execute a batch file from java, below is the code snippet Runtime rt = Runtime.getRuntime(); Process pr=rt.exec("cmd /C start D:\\batchRun\\ ...
確定! 回上一頁