public class UnxiTest {
public static void main(String arge[]){
Process process;
try {
//process = Runtime
process = Runtime
BufferedReader read = new BufferedReader(new InputStreamReader(
process
String str = null;
while ((str = read
System
}
} catch (Exception e) {
// TODO Auto
e
}
System
}
}
//bat 文件 創建目錄test
@echo a
MKDIR c:\test
From:http://tw.wingwit.com/Article/program/Java/hx/201311/26284.html