scrcpy/data/scrcpy-noconsole.vbs
2021-01-22 18:11:55 +01:00

7 lines
185 B
Text

strCommand = "cmd /c scrcpy.exe"
For Each Arg In WScript.Arguments
strCommand = strCommand & " """ & Arg & """"
Next
CreateObject("Wscript.Shell").Run strCommand, 0, false