General discussion
October 29, 2001 at 01:45 AM
ebvba

Command-line ping

by ebvba . Updated 24 years, 9 months ago

Hello folks,

I’ve got a command-line question.

I want to make a batch file that pings to a certain IP adress and after I got 4 positif reply’s I want to start the next command.

vb:
*************************************
ping 10.10.1.1 ?????????????????
=> Time-out
=> Time-out
=> reply
=> Time-out
=> reply
=> reply
=> reply
=> reply
ftp 10.10.1.1
get file1
exit
**************************************

This discussion is locked

All Comments