Rexxer

Some tips for me and other

Script for W2k12 server to redial VPN

:start
ping -n 2 192.168.0.1 | Find /I “TTL=” || goto next
echo OK
goto start
:next
echo Not OK
rasdial “Office2” /disconnect
rem ping 192.168.0.1 -n 5
rasdial “Office2” server password
goto start

Comments are currently closed.