summaryrefslogtreecommitdiff
path: root/contrib/windows/installer/tools/RestartService.bat
blob: 77092a69ff6ae4c4ee80af757a74c38dd4dc3b12 (plain)
1
2
3
4
5
net stop GigaLock
ping 192.168.254.254 -n 2 -w 1000 > nul 
net start GigaLock
echo off
ping 192.168.254.254 -n 5 -w 1000 > nul