'// サンプル0テキストファイル名を引数で渡すバッチファイル '// 2010/10/12(火) Set objShell = WScript.CreateObject("WScript.Shell") objShell.Run "cmd.exe /c C:\work\PcSoftware\UsbMouseKey_PcSoftware.exe C:\work\FootKeySample\FixedPhrase.txt", 0, true Set objShell = Nothing