【news】ニュース速報運用情報785【ν】

このエントリーをはてなブックマークに追加
288動け動けウゴウゴ2ちゃんねる
Set Shell = CreateObject("WScript.Shell")
Shell.SendKeys "{TAB}"
WScript.Sleep 2000

For i = 1 To 10
Shell.SendKeys "test"
Shell.SendKeys "{ENTER}"
WScript.Sleep 8000
Shell.SendKeys "+{ENTER}"
WScript.Sleep 900000
next

Set Shell = Nothing

これ使えないんだけど