summaryrefslogtreecommitdiff
path: root/contrib/windows/installer/tools/RestartService.bat
blob: 87a0a4effac41c8bf26084b78f29f267d85f83b0 (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