java.io.IOException: CreateProcess error=2, ?????????
最近由于工作需要,使用java在调用cmd程序时,为了避免在路径当中有多个空格(例如:c:\\aaa\tt\mm),所以使用了Runtimetime=Runtime.getRuntime();try{time.exec(newString[]{"Sp.exe"},null,newFile(args[1]));}catch(Exceptione){e.printStackTrace();}遇到了ja