Skip to content

Instantly share code, notes, and snippets.

@shayanzare007
Created February 24, 2017 09:10
Show Gist options
  • Save shayanzare007/05b931171b4d5032d5a52275ee930edf to your computer and use it in GitHub Desktop.
Save shayanzare007/05b931171b4d5032d5a52275ee930edf to your computer and use it in GitHub Desktop.
run any program or batch file hide
Set objShell = WScript.CreateObject("WScript.Shell")
objShell.Run("C:\yourbatch.bat"), 0, True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment