Skip to content

Instantly share code, notes, and snippets.

@thykka
Created August 26, 2014 12:10
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 thykka/5c6467c251f051d2a712 to your computer and use it in GitHub Desktop.
Save thykka/5c6467c251f051d2a712 to your computer and use it in GitHub Desktop.
Dim WinScriptHost
Set WinScriptHost = CreateObject("WScript.Shell")
WinScriptHost.Run Chr(34) & ".\screenshot.bat" & Chr(34), 0
Set WinScriptHost = Nothing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment