标签: vbscript
Set WshShell = WScript.CreateObject("WScript.Shell") WScript.Sleep 500 WshShell.SendKeys "{BREAK}"
我希望以 Pause | Break 键运行,如何设置?