mirror of
https://github.com/Genymobile/scrcpy
synced 2024-11-11 01:10:32 +00:00
dd453ad041
PR #2052 <https://github.com/Genymobile/scrcpy/pull/2052> Signed-off-by: Romain Vimont <rom@rom1v.com>
8 lines
212 B
Plaintext
8 lines
212 B
Plaintext
strCommand = "cmd /c scrcpy.exe"
|
|
|
|
For Each Arg In WScript.Arguments
|
|
strCommand = strCommand & " """ & replace(Arg, """", """""""""") & """"
|
|
Next
|
|
|
|
CreateObject("Wscript.Shell").Run strCommand, 0, false
|