fybhwsx 发表于 2015-3-10 20:17:00

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

本帖最后由 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")这样写是没有任何反应?

fybhwsx 发表于 2015-3-10 20:17:38

路径绝对没错啊?

MicroBlue 发表于 2015-3-10 20:21:08

Try this:   Run("QQ.exe", "D:\QQ6.8\Bin\")

chzj589 发表于 2015-3-10 20:27:02

回复 1# fybhwsx
路径地址没错的话,这样试试看:
RunWait("" & "D:\QQ6.8\Bin\QQ.exe")

fybhwsx 发表于 2015-3-10 20:27:24

Try this:   Run("QQ.exe", "D:\QQ6.8\Bin\")
MicroBlue 发表于 2015-3-10 20:21 http://www.autoitx.com/images/common/back.gif


    谢谢啊!写成这样能启动了:ShellExecute("QQ.exe", "", "D:\QQ6.8\Bin\", "open")
页: [1]
查看完整版本: 【已解决】请问为什么启动不了QQ.exe程序呢?【感谢:MicroBlue】