Created
May 11, 2021 07:04
-
-
Save Samirbous/0fede063c346b4f4c5aa2f7020612fbd to your computer and use it in GitHub Desktop.
notepad.png
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
Dim shl | |
Set shl = CreateObject("Wscript.Shell") | |
Call shl.Run("notepad.exe") | |
Set shl = Nothing | |
WScript.Quit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment