yacy_search_server/stopYACY.bat

11 lines
203 B
Batchfile
Raw Normal View History

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