Skip to content

Commit

Permalink
fixup! Pass scrcpy-noconsole arguments through to scrcpy
Browse files Browse the repository at this point in the history
  • Loading branch information
rom1v committed Jan 24, 2021
1 parent 8f283dc commit 6b8f3ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/scrcpy-noconsole.vbs
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 6b8f3ef

Please sign in to comment.