summaryrefslogtreecommitdiff
path: root/startYACY.bat
diff options
context:
space:
mode:
authorrramthun <rramthun@6c8d7289-2bf4-0310-a012-ef5d649a1542>2007-05-11 17:48:22 +0000
committerrramthun <rramthun@6c8d7289-2bf4-0310-a012-ef5d649a1542>2007-05-11 17:48:22 +0000
commitea87fe5d780f5daaeae49e903235ecfdeb385f8e (patch)
tree3b986216b4965da242d47f94099a5b587510ea1a /startYACY.bat
parent841e51e15e0066c4504b3315483c27bfe9e1cb94 (diff)
*) Updated German translation
*) Changed "Lost Handle" error to warning (masses of it if deleting crawl-profile) *) Removed unnecessary code from Windows script git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3708 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'startYACY.bat')
-rw-r--r--startYACY.bat5
1 files changed, 0 insertions, 5 deletions
diff --git a/startYACY.bat b/startYACY.bat
index 701b96d87..97b78684e 100644
--- a/startYACY.bat
+++ b/startYACY.bat
@@ -34,11 +34,6 @@ Echo ^>^> YaCy started as daemon process. Administration at http://localhost:%p
start "YaCy" %priority% /B /WAIT java %javacmd% -classpath %CLASSPATH% yacy
if not exist DATA\yacy.restart GoTo :END
-:WAIT
-echo Please wait...
-REM 'sleep' five seconds
-ping localhost -n 5 >NUL
-if exist DATA\yacy.running GoTo :WAIT
del DATA\yacy.restart
Rem This target is used to read java runtime parameters out of the yacy config file