how to see your ip in cmd
ipconfig
BE AWARE! :
This is only your local ip, if you want to see your public ip you can
go to https://ipchicken.com
how to see your ip in cmd
ipconfig
BE AWARE! :
This is only your local ip, if you want to see your public ip you can
go to https://ipchicken.com
check ip address using cmd
@echo off
setlocal
mode con:cols=110 lines=30
:start
cls
set /p localWireless=add adb local wireless usb ip address ? &
echo %localWireless% | findstr /i /r [A-za-z]
cls
if %errorlevel% equ 1 (
msg %username% 'ip address is valid'
goto start
) else (
msg %username% 'ip address is not valid'
goto start
)
pause
goto start
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us