当前位置: 移动技术网 > IT编程>脚本编程>VBScript > vbs qq自动发信息增强版

vbs qq自动发信息增强版

2017年12月08日  | 移动技术网IT编程  | 我要评论

阿穆尔虎,务实求真,糖心网

运行前请确定你的电脑安装了word。
复制代码 代码如下:

i=0
set wshshell=createobject("wscript.shell")
set objword = createobject("word.application")
set coltasks = objword.tasks
do while i<30
for each objtask in coltasks
if left(objtask.name,1)="与" then
wshshell.appactivate objtask.name
wshshell.sendkeys "{enter}"
wshshell.sendkeys "^v"
wshshell.sendkeys i
wscript.sleep 600
wshshell.sendkeys "%s"
i=i+1
end if
next
loop

如对本文有疑问,请在下面进行留言讨论,广大热心网友会与你互动!! 点击进行留言回复

相关文章:

验证码:
移动技术网