找回密码
 加入
搜索
查看: 1763|回复: 4

[AU3基础] 【已解决】请问为什么启动不了QQ.exe程序呢?【感谢:MicroBlue】

[复制链接]
发表于 2015-3-10 20:17:00 | 显示全部楼层 |阅读模式
本帖最后由 fybhwsx 于 2015-3-10 20:28 编辑

ShellExecute("QQ.exe", "", "D:\QQ6.8\Bin\QQ.exe", "open")  提这样写提示找不到QQ?

Run("QQ.exe", "D:\QQ6.8\Bin\QQ.exe")  这样写是没有任何反应?
 楼主| 发表于 2015-3-10 20:17:38 | 显示全部楼层
路径绝对没错啊?
发表于 2015-3-10 20:21:08 | 显示全部楼层
Try this:     Run("QQ.exe", "D:\QQ6.8\Bin\")
发表于 2015-3-10 20:27:02 | 显示全部楼层
回复 1# fybhwsx
路径地址没错的话,这样试试看:
RunWait("" & "D:\QQ6.8\Bin\QQ.exe")
 楼主| 发表于 2015-3-10 20:27:24 | 显示全部楼层
Try this:     Run("QQ.exe", "D:\QQ6.8\Bin\")
MicroBlue 发表于 2015-3-10 20:21



    谢谢啊!写成这样能启动了:ShellExecute("QQ.exe", "", "D:\QQ6.8\Bin\", "open")
您需要登录后才可以回帖 登录 | 加入

本版积分规则

QQ|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度

GMT+8, 2024-9-28 16:21 , Processed in 0.086937 second(s), 22 queries .

Powered by Discuz! X3.5 Licensed

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表