以文本方式查看主题

-  Foxtable(狐表)  (http://www.foxtable.com/bbs/index.asp)
--  专家坐堂  (http://www.foxtable.com/bbs/list.asp?boardid=2)
----  打开其他程序  (http://www.foxtable.com/bbs/dispbbs.asp?boardid=2&id=146206)

--  作者:yangwenghd
--  发布时间:2020/2/18 22:45:00
--  打开其他程序
老师,能帮忙看看这个吗?为什么会显示找不到文件呢?感谢感谢
Dim Proc As New Process
Proc.File = "QQScLauncher.exe" \'指定要执行的文件
Proc.Arguments = "D:\\Program Files (x86)\\Tencent\\QQ\\Bin\\QQScLauncher.exe" \'指定命令行参数
Proc.Start()
--  作者:有点蓝
--  发布时间:2020/2/18 22:59:00
--  
Dim Proc As New Process
Proc.File = "D:\\Program Files (x86)\\Tencent\\QQ\\Bin\\QQScLauncher.exe" \'指定要执行的文件
Proc.Start()