Skip to content

Instantly share code, notes, and snippets.

@kissge
Created March 31, 2014 14:59
Show Gist options
  • Save kissge/9894320 to your computer and use it in GitHub Desktop.
Save kissge/9894320 to your computer and use it in GitHub Desktop.
Launch everything without the black evil window
'Usage: run.vbs "notepad run.vbs"
Set ws = WScript.CreateObject("Wscript.Shell")
command = "wonderful.bat " & WScript.Arguments(0)
'MsgBox command
ws.Run command, 0
Set ws = Nothing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment