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
**************************************