Skip to content

Instantly share code, notes, and snippets.

@theuves
Created December 22, 2019 16:12
Show Gist options
  • Save theuves/318a484357036ddb90a9253214332c6b to your computer and use it in GitHub Desktop.
Save theuves/318a484357036ddb90a9253214332c6b to your computer and use it in GitHub Desktop.
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.SendKeys "echo Hello!"
WshShell.SendKeys "{ENTER}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment