Files
CollectorJava/lwjgl3/build/resources/main/gdx-texturepacker/launcher_no_cmd.vbs

7 lines
183 B
Plaintext

Set oShell = CreateObject ("Wscript.Shell")
Dim strArgs
strArgs = "cmd /c launcher.bat "
For Each arg In Wscript.Arguments
strArgs = strArgs + arg
Next
oShell.Run strArgs, 0, false