diff options
| author | rramthun <rramthun@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2006-03-23 20:12:23 +0000 |
|---|---|---|
| committer | rramthun <rramthun@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2006-03-23 20:12:23 +0000 |
| commit | 42b0b10a95bc9e3f87f6f6d18c91975b4b605348 (patch) | |
| tree | 772113d67dea93b30d211778c84d1e8a0d8db8b8 /startYACY.bat | |
| parent | 2ed4fa96b78027213a2999a93252d17f07ec8117 (diff) | |
-Adding Windows Media to types which are not sended compressed
-Renaming writeandzip to writeandgzip to avoid confusion about type of compression
-Adding new startup message to windows script
-The usual language "enhancements" ;-)
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1953 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'startYACY.bat')
| -rw-r--r-- | startYACY.bat | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/startYACY.bat b/startYACY.bat index 4e6e56339..0adfb02a2 100644 --- a/startYACY.bat +++ b/startYACY.bat @@ -14,9 +14,19 @@ set javacmd=-Xmx64m -Xms10m if exist DATA\SETTINGS\httpProxy.conf GoTo :GETJAVACMD
:STARTJAVA
-Rem Starting yacy
-Echo Generated Classpath:%CLASSPATH%
+Rem Starting YaCy
+Echo Generated classpath:%CLASSPATH%
Echo JRE Parameters:%javacmd%
+
+ Echo ****************** YaCy Web Crawler/Indexer & Search Engine ******************* + Echo **** (C) by Michael Peter Christen, usage granted unter the GPL Version 2 **** + Echo **** USE AT YOUR OWN RISK! Project home and releases: http://yacy.net/yacy ** + Echo ** LOG of YaCy: DATA/LOG/yacy00.log (and yacy<xx>.log) ** + Echo ** STOP YaCy: execute stopYACY.sh and wait some seconds ** + Echo ** GET HELP for YaCy: see www.yacy-websearch.net/wiki and www.yacy-forum.de ** + Echo ******************************************************************************* + Echo >> YaCy started as daemon process. Administration at http://localhost:8080 <<
+
java %javacmd% -classpath %CLASSPATH% yacy
GoTo :END
|
