The executable used to run batch scripts is cmd.exe which uses the /c flag to specify the name of the batch file to run: Runtime.getRuntime().exec(new String[]{ ...
確定! 回上一頁