Last active
June 18, 2016 03:51
-
-
Save Avinashachu007/eeae8dfbd0c3c8c11beb9253c0d80cd6 to your computer and use it in GitHub Desktop.
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 Avinash Ravi: https://github.com/Avinashachu007 | |
set /p no=Enter Last 3 digits the IP to Ping: | |
@echo pinging 192.168.1.%no% | |
ping 192.168.1.%no% -t |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment