```cmd set DEST="/data/local/tmp/xtest-agent" adb push xtest-agent %DEST% adb shell chmod 755 %DEST% adb shell %DEST% server --stop adb shell %DEST% server -d "$@" ```