このページに関してのお問い合わせはこちら
【news】ニュース速報運用情報785【ν】
ツイート
288
:
動け動けウゴウゴ2ちゃんねる
:
2011/05/22(日) 09:25:41.86 ID:VwMnbxX50
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
これ使えないんだけど