Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo OFF
- cls
- set "NET=192.168.0"
- set "START=1"
- set "END=254"
- echo Scanning IP range: %NET%.^(%START%-%END%^)
- echo.
- for /L %%Z in (%START%,1,%END%) do @ping "%NET%.%%Z" -w 10 -n 1 | find "Reply"
- echo.
- pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement