Windows中CMD启动应用

//怎样去启动系统文件,实质是在run.exe对话框输入要搜索的文件
try {
            Runtime runtime = Runtime.getRuntime();
            runtime.exec("cmd /c start 放置启动名称");//打开链接

      }catch (Exception ex) {
        }

posted @ 2012-10-01 10:47  LeeHonGee  阅读(368)  评论(0编辑  收藏  举报