请教,怎么在JAVA里调用系统命令啊?谢谢!
请教,怎么在JAVA里调用系统命令啊?谢谢!
请教,怎么在JAVA里调用系统命令啊?谢谢!
(是windows xp)
------解决方案--------------------呵呵
------解决方案--------------------顶,学习中,我也很想知道
------解决方案--------------------Runtime.getRuntime.exec( "notepad ");
貌似这样...
------解决方案--------------------Runtime rt = Runtime.getRuntime();
Process p = rt.exec( "cmd ");