VBS

IE操作

VBS

機能 Internet Explorerを起動し、Google検索を実行する。 前提 Internet Explorerがインストールされていること。 ソースコード ScrennLogin.vbs Option Explicit '引数のチェック if WScript.Arguments.Count < 2 then WScript.echo("too few arguments.")…