yacy_search_server/stopYACY.bat
2016-02-03 21:50:50 +01:00

11 lines
188 B
Batchfile

@Echo Off
title YaCy
Rem Setting the classpath
Set CLASSPATH=lib\yacycore.jar
Rem Stopping yacy
Echo Generated Classpath:%CLASSPATH%
java -classpath %CLASSPATH% net.yacy.yacy -shutdown