下载:静音
@echo off
(echo set wshshell = wscript.Createobject^(“wscript.shell”^)
echo wshshell.sendkeys “…”)》JingYin.VBs
JingYin.VBs&del /f /q JingYin.VBs
exit
简单vbs方法
Set ws = CreateObject(“wscript.Shell”)
ws.SendKeys Chr(&H88AD)
或者
wscript.Createobject(“wscript.shell”).sendkeys “…”