dd453ad041
PR #2052 <https://github.com/Genymobile/scrcpy/pull/2052> Signed-off-by: Romain Vimont <rom@rom1v.com>
7 lines
212 B
Text
7 lines
212 B
Text
strCommand = "cmd /c scrcpy.exe"
|
|
|
|
For Each Arg In WScript.Arguments
|
|
strCommand = strCommand & " """ & replace(Arg, """", """""""""") & """"
|
|
Next
|
|
|
|
CreateObject("Wscript.Shell").Run strCommand, 0, false
|