summaryrefslogtreecommitdiff
path: root/contrib/windows/installer/tools/RestartService.bat
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2009-04-02 14:02:56 +0200
committerReinhard Tartler <siretart@tauware.de>2009-04-02 14:02:56 +0200
commit76089c3bb5b915241da6d2f8f8c34eb65a78be95 (patch)
tree6b9524a5277ab57762cb01e9ea14131401c44ef5 /contrib/windows/installer/tools/RestartService.bat
parent76af1c5e724dc558506be411e85a21122aef840d (diff)
parenta84d45498bd861c9225080232948a99c2e317bb8 (diff)
merge new upstream version
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