crawler/stopYACY.bat
2025-03-26 09:12:37 +09: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