' 'Webサイトのログイン(googleの起動) ' Set WshShell=Wscript.CreateObject("Wscript.Shell") WshShell.Run("http://www.google.co.jp/") 'Webサイトの起動 WScript.Sleep(4000) WshShell.SendKeys("tomari.org") '検索キーの入力 WshShell.SendKeys("{ENTER}") '送信キー押下