This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
adb devices | findstr "device" | |
echo informe o dispositivo a usar: | |
set /p "d=>_" | |
echo informe a porta: | |
set /p "p=>_" | |
adb -s %d% shell ip -f inet addr | |
echo informe o ip: | |
set /p "ip=>_" |