mirror of
https://github.com/viarotel-org/escrcpy.git
synced 2024-12-19 10:55:52 +01:00
8 lines
205 B
Plaintext
8 lines
205 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
|