当前位置: 技术问答>java相关
JAVA程序中怎么来执行dos命令?
来源: 互联网 发布时间:2015-10-05
本文导语: 如题! | Runtime r=Runtime.getRuntime(); String cmd="d:testjad test.class" r.exec(cmd);
如题!
|
Runtime r=Runtime.getRuntime();
String cmd="d:testjad test.class"
r.exec(cmd);
String cmd="d:testjad test.class"
r.exec(cmd);