key.キー操作


{ var sh = WScript.CreateObject("WScript.Shell"); sh.Run( "notepad.exe" ); WScript.Sleep( 1000 ); sh.SendKeys( "hello" ); }