Scrcpy
pronounced "screen copy"
scrcpyadb pair ip:port pairing-codeCreateObject("Wscript.Shell").Run "adb connect ip:port", 0, true
strCommand = "cmd /c scrcpy.exe"
For Each Arg In WScript.Arguments
strCommand = strCommand & " """ & replace(Arg, """", """""""""") & """"
Next
CreateObject("Wscript.Shell").Run strCommand, 0, falseLast updated