Created
July 17, 2020 01:27
-
-
Save swt02026/1c55d26e64c1ba41b0636554e93973ba to your computer and use it in GitHub Desktop.
This file contains 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
# $language = "VBScript" | |
# $interface = "1.0" | |
Sub Main() | |
Set myShell = CreateObject("WScript.Shell") | |
myShell.Run "notepad.exe" | |
crt.Sleep 500 | |
myShell.SendKeys "%F" | |
crt.Sleep 500 | |
myShell.SendKeys "^O" | |
End Sub |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment