summaryrefslogtreecommitdiff
path: root/contrib/windows/installer/tools/RestartService.bat
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/windows/installer/tools/RestartService.bat')
-rwxr-xr-xcontrib/windows/installer/tools/RestartService.bat5
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/windows/installer/tools/RestartService.bat b/contrib/windows/installer/tools/RestartService.bat
new file mode 100755
index 00000000..77092a69
--- /dev/null
+++ b/contrib/windows/installer/tools/RestartService.bat
@@ -0,0 +1,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