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

      }catch (Exception ex) {
        }

相关文章:

  • 2021-03-31
  • 2021-09-04
  • 2021-10-25
  • 2021-08-26
  • 2021-05-31
  • 2021-05-28
  • 2022-12-23
  • 2022-01-07
猜你喜欢
  • 2022-01-12
  • 2021-04-21
  • 2022-12-23
  • 2022-12-23
  • 2021-07-29
  • 2022-01-07
相关资源
相似解决方案