mirror of
https://github.com/yacy/yacy_search_server.git
synced 2025-02-02 06:38:42 -05:00
375d49d536
see prev commit
11 lines
188 B
Batchfile
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
|
|
|