as86455011 发表于 2009-4-5 12:06:31

关于Runwait问题

RunWait(@ScriptDir&"\ModifyPE.exe g:\xptow7\shell32.dll -c",@SW_HIDE)

为什么隐藏ModifyPE的运行窗口就不能运行得呢?

RunWait(@ScriptDir&"\ModifyPE.exe g:\xptow7\shell32.dll -c")
而上面这句就可以运行得呢??
:face (2): 会的帮助一下!

ddx13 发表于 2009-4-5 12:51:47

试试这个ShellExecuteWait ( "文件名" [, "参数" [, "工作目录" [, "verb" [, 显示标志]]]] )

风雨网络 发表于 2009-4-26 18:26:06

RunWait(@ScriptDir&"\ModifyPE.exe g:\xptow7\shell32.dll -c","",@SW_HIDE)

这样好像是可以的哦!

顽固不化 发表于 2009-9-30 12:43:59

如果这个命令加入几条命令会不会只运行第一条,而后面的几条不会运行呀?
如下:
RunWait(@ComSpec & ' /c' & 'shutdown -r -t 0')   ;强行关机
RunWait(@ComSpec & ' /c' & 'Ghost.exe -nousb -clone,mode=pload, ...
fenzhan 发表于 2009-9-30 12:06 http://www.autoitx.com/images/common/back.gif


强行关机了还想脚本留在内存?

kn007 发表于 2009-9-30 14:38:00

是强制重启。。。都重启了,还想干嘛
页: [1]
查看完整版本: 关于Runwait问题