summaryrefslogtreecommitdiff
path: root/startYACY.bat
diff options
context:
space:
mode:
authorLotus <lotus@localhost>2013-07-14 18:43:32 +0200
committerLotus <lotus@localhost>2013-07-14 18:43:32 +0200
commitaf07007799c92b49ada0e71e6d90b95bf2c00ea5 (patch)
treef6b553eded29052adffeab4efd24a51e489b3424 /startYACY.bat
parentb79471ee673b552affea190541a45f409f1debe9 (diff)
partly revert latest windows changes:
YaCy has to be installed to a directory with write access for the running user. DATA folder is now used in the YaCy folder again. For using another location, the start script has to be heavily modified for loading proper start parameters after YaCy has been started once.
Diffstat (limited to 'startYACY.bat')
-rw-r--r--startYACY.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/startYACY.bat b/startYACY.bat
index efa7aa2c9..2bfa7e536 100644
--- a/startYACY.bat
+++ b/startYACY.bat
@@ -30,7 +30,7 @@ Echo.
Echo You can download Java at http://java.com/
Echo.
Echo ***************************************************************************
-start %priority% javaw %javacmd% -classpath %CLASSPATH% net.yacy.yacy -start YaCy
+start %priority% javaw %javacmd% -classpath %CLASSPATH% net.yacy.yacy
Echo You can close the console safely now.
GoTo :END