首页 运维 脚本开发 查看内容

QQ和PC微信自动发送消息的脚本

2019-10-6 20:22 |来自: 互联网 5005 0

摘要: Set WshShell=WScript.CreateObject("Wscript.Shell")WshShell.AppActivate "窗口名称"for i=1 to10 WScript.Sleep 99 WshShell.SendKeys "^v" WshShell.SendKeys i WshShell.SendKeys "% ...
关键词: nbsp WshShell SendKeys WScript CreateObject AppActivate 窗口 名称 Shell Sleep

Set WshShell=WScript.CreateObject("Wscript.Shell")
WshShell.AppActivate "窗口名称"
for i=1 to  10
        WScript.Sleep 99
        WshShell.SendKeys "^v"
        WshShell.SendKeys i
        WshShell.SendKeys "%s"
Next
声明:文章版权归原作者所有 部分文章转自互联网 如有侵权请联系 [邮箱地址] 删除

路过

雷人

握手

鲜花

鸡蛋

最新评论

返回顶部