标签: vbscript
我尝试制作一个应该执行以下功能的脚本:
我使用了以下代码,但它不起作用:(
如果我在代码中出错,请纠正我。
Set wshShell = WScript.CreateObject("WScript.Shell") Dim a Do a = WScript.StdIn.Read(1) wshShell.SendKeys "{TAB}" Loop