Created
December 22, 2019 16:12
-
-
Save theuves/318a484357036ddb90a9253214332c6b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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