mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-08-03 06:39:39 +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"
|
strCommand = "cmd /c scrcpy.exe"
|
||||||
|
|
||||||
For Each Arg In WScript.Arguments
|
For Each Arg In WScript.Arguments
|
||||||
strCommand = strCommand & " """ & Arg & """"
|
strCommand = strCommand & " """ & replace(Arg, """", """""""""") & """"
|
||||||
Next
|
Next
|
||||||
|
|
||||||
CreateObject("Wscript.Shell").Run strCommand, 0, false
|
CreateObject("Wscript.Shell").Run strCommand, 0, false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue