Skip to content

Instantly share code, notes, and snippets.

@denysonique
Created December 11, 2012 00:45
Show Gist options
  • Save denysonique/4254726 to your computer and use it in GitHub Desktop.
Save denysonique/4254726 to your computer and use it in GitHub Desktop.
WshShell = WScript.CreateObject("WScript.Shell")
res = WshShell.Popup("Hello World!", 5,undefined , 2 + 48)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment