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

8 lines
185 B
Plaintext

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