key vbscript code example Example: vbs send keys ' Type in Hello World WshShell.SendKeys "Hello World!" WshShell.SendKeys "{ENTER}"