Skip to content

Instantly share code, notes, and snippets.

@thykka
Created August 26, 2014 11:53
Show Gist options
  • Save thykka/b6af87820a3936a5bf57 to your computer and use it in GitHub Desktop.
Save thykka/b6af87820a3936a5bf57 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