六狼论坛's Archiver
首页
›
C++
› 打开本地文件
yxpjx
发表于 2013-2-5 02:09:08
打开本地文件
try {
Runtime.getRuntime().exec("C:\\xxx.exe");
} catch (IOException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
页:
[1]
查看完整版本:
打开本地文件