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