Created
March 31, 2014 14:59
-
-
Save kissge/9894320 to your computer and use it in GitHub Desktop.
Launch everything without the black evil window
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment