Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Samirbous/0fede063c346b4f4c5aa2f7020612fbd to your computer and use it in GitHub Desktop.
Save Samirbous/0fede063c346b4f4c5aa2f7020612fbd to your computer and use it in GitHub Desktop.
notepad.png
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