mirror of
https://github.com/viarotel-org/escrcpy.git
synced 2024-12-18 18:35:55 +01:00
8 lines
205 B
Plaintext
Executable File
8 lines
205 B
Plaintext
Executable File
strCommand = "cmd /c scrcpy.exe"
|
|
|
|
For Each Arg In WScript.Arguments
|
|
strCommand = strCommand & " """ & replace(Arg, """", """""""""") & """"
|
|
Next
|
|
|
|
CreateObject("Wscript.Shell").Run strCommand, 0, false
|