mr_anderson
Advanced Member level 4
Hi
i want to write a batch program that pings a speific IP each 2 minutes
for example let the site be yahoo.com with its IP address of 87.248 .113.14 i want to write a batch program (.bat) file to ping that IP each 2 minutes, any ideas please or any one who knows how to make delay of 1 minute using batch commands.
the structure of the programm would be:
1- ping ( ping 87.248.113.14)
2- wait for 1 minute ( i donot know how to make it)
3- goto begining ( i donot know how to make it )
thank you
i want to write a batch program that pings a speific IP each 2 minutes
for example let the site be yahoo.com with its IP address of 87.248 .113.14 i want to write a batch program (.bat) file to ping that IP each 2 minutes, any ideas please or any one who knows how to make delay of 1 minute using batch commands.
the structure of the programm would be:
1- ping ( ping 87.248.113.14)
2- wait for 1 minute ( i donot know how to make it)
3- goto begining ( i donot know how to make it )
thank you