check ip address using cmd
ipconfig/all@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
Also in C++:
- sudo doesnt work on windows
- Module not found: Error: Can't resolve 'less-loader' in '/Users/libyandeveloper/Documents/Apps/vue/first-name'
- how to delet file comand promt linux
- git stash
- initialize a repo and push to github
- install realtek rtl88xxau usb wifi driver ubuntu
- check mongodb installation
- Installation failed: Download failed. Destination directory for file streaming does not exist or is not writable.
- powershell connect to serial port
- create virtual env pyhton3
- MissingPluginException(No implementation found for method getCurrentPosition on channel flutter.baseflow.com/geolocator)
- shell command in jupyter notebook
- docker run restart always
- find largest digit in a number
- command for open new terminal linux
- how to reduce the size of an image in linux
- how to get list of users in ubuntu
- uninstall libreoffice ubuntu
- update node version debian
- how to install voyager on existing project with dummy data
- execute a scheme program
- curl test https
- gitignore for django project
- show git branch on terminal on mac