摘要: Dim WshShellSet WshShell=WScript.CreateObject("WScript.Shell")WshShell.Run "notepad"WScript.Sleep 1500While TrueWshShell.AppActivate "无标题 - 记事本"WScript.Sleep 500WshShell.SendKeys "A"WScript.Sleep 60000Wend'taskkill /f /im wscript.exe /t 阅读全文
posted @ 2013-05-04 04:02 jieyuefeng 阅读(881) 评论(0) 推荐(0)