How to use a batch file to ping multiple IP addresses

preview_player
Показать описание
In this you will learn how to create a batch file to ping multiple IP addresses- so that every IP addressis open in new window
Steps:
. Open notepad
. @echo off
start "your comment here" ping 8.8.8.8 -t
start "your comment here" ping 8.8.4.4 -t
Pause
. Run the file and it will successfully ping multiple IP addresses- so that every IP addresses will open in new window
Рекомендации по теме
Комментарии
Автор

I used this to ping giggle with fibonacci and it was great.

AndrewMcLaughlin-xe