mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-04-21 03:55:05 +00:00
fixup! Pass scrcpy-noconsole arguments through to scrcpy
This commit is contained in:
parent
8f283dc800
commit
6b8f3ef651
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
strCommand = "cmd /c scrcpy.exe"
|
||||
|
||||
For Each Arg In WScript.Arguments
|
||||
strCommand = strCommand & " """ & Arg & """"
|
||||
strCommand = strCommand & " """ & replace(Arg, """", """""""""") & """"
|
||||
Next
|
||||
|
||||
CreateObject("Wscript.Shell").Run strCommand, 0, false
|
||||
|
|
Loading…
Add table
Reference in a new issue