2011-12-15から1日間の記事一覧

リファレンス、WshShell オブジェクト、SendKeys メソッド

set WshShell = WScript.CreateObject("WScript.Shell") WshShell.Run "Notepad" WScript.Sleep 100 WshShell.SendKeys "{{}" WshShell.SendKeys "{}}" WshShell.SendKeys "{[}" WshShell.SendKeys "{]}" WshShell.SendKeys "" WshShell.SendKeys "+a" WshSh…