摘要: public class Text5 { public static void main(String[] args) { Runtime runtime=Runtime.getRuntime(); try{ runtime.exec("cmd /c start C://a.txt"); }catch(Exception e){ System.out.println("Error!"); } }} 阅读全文
posted @ 2011-03-23 00:19 qm4050 阅读(220) 评论(0) 推荐(0)