标题: 求高手如何让批处理运行软件后执行一系列命令
[打印本页]
作者: YoDe
时间: 2007-11-24 04:38
标题: 求高手如何让批处理运行软件后执行一系列命令
比如打开QQ输入帐号密码 登陆 等等等 也就是指能帮你按ENTER键和输入文字符号 求教
作者: wu9910
时间: 2007-11-24 12:19
标题: 用这个把
set wshshell=createobject("wscript.shell")
wshshell.sleep 3000
wscript.exec (qq.exe)
wshshell .sleep 1000
wshshell.sendkeys "你的QQ号"
wshshell.sleep 1000
wshshell.sendkeys "你的密码"
作者: binghuochanmian
时间: 2007-12-1 15:11
楼上这个用不了
作者: YoDe
时间: 2007-12-3 02:57
呵呵 这个我早知道 问题已经解决 谢谢
作者: 5551551
时间: 2007-12-8 11:18
用不了,假的。。。。。。