diff --git a/addon/YaCy_TrayIcon.gif b/addon/YaCy_TrayIcon.gif deleted file mode 100644 index 4d5eb2a28..000000000 Binary files a/addon/YaCy_TrayIcon.gif and /dev/null differ diff --git a/stopYACY.bat b/stopYACY.bat index 72a636bee..02e75a11a 100644 --- a/stopYACY.bat +++ b/stopYACY.bat @@ -1,4 +1,5 @@ @Echo Off +title YaCy If %1.==CPGEN. GoTo :CPGEN Rem Generating the proper classpath unsing loops and labels @@ -6,7 +7,7 @@ Set CLASSPATH=classes;htroot For %%X in (lib/*.jar) Do Call %0 CPGEN lib\%%X For %%X in (libx/*.jar) Do Call %0 CPGEN libx\%%X -Rem Starting yacy +Rem Stopping yacy Echo Generated Classpath:%CLASSPATH% java -classpath %CLASSPATH% yacy -shutdown