Hi, I'm using some file syncronisation software etc, that I run on both my desktop as well as my laptop, but the problem is that my laptop doesnt immediatly see my desktop over the lan, (and I check the presence of my desktop using an IF EXIST) because of this I have to add a delay, but this delay is about 15 seconds, or 5, depending on how fast I type my password. my question is now:
is there a possibility to halt my batchfile, and have it check the network for 20 seconds or so, and as soon as it finds the network it continues execution, after those 20 seconds of not finding the network it should branch of too EOF and do nothing (the laptop is not at home, or the network is down)
thanks in advance.
is there a possibility to halt my batchfile, and have it check the network for 20 seconds or so, and as soon as it finds the network it continues execution, after those 20 seconds of not finding the network it should branch of too EOF and do nothing (the laptop is not at home, or the network is down)
thanks in advance.