Showing posts with label Batch. Show all posts
Showing posts with label Batch. Show all posts

Saturday, May 30, 2009

Creating a batch file for simple ping command to an ip

Open a notepadCopy below text in notepadecho offecho.clscolor 5eecho.echo.echo.echo.echo ********** ISDN **********echo.echo.ping 192.168.1.1 -t -l 4echo.echo.echo.echo.pauseCOLORECHO ONEXITReplace the ip address which you want to pingThis text file save as .bat (ex: ping.bat...