git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@32 6c8d7289-2bf4-0310-a012-ef5d649a1542pull/1/head
parent
4a76ccc6d6
commit
b61567a39e
@ -1,9 +1,15 @@
|
|||||||
@echo off
|
@echo off
|
||||||
|
|
||||||
REM Script contributed by Roland Ramthun.
|
REM startYACY_hidden.bat
|
||||||
|
REM -----------------------
|
||||||
|
REM part of YaCy (C) by Michael Peter Christen
|
||||||
|
REM this file provided by Roland Ramthun
|
||||||
|
REM Essen, 2005
|
||||||
|
REM last major change: 09.04.2005
|
||||||
|
|
||||||
REM This script starts YaCy without any visible window and should work on all Windows-Operating-Systems which know the "start" command.
|
REM This script starts YaCy without any visible window and should work on all Windows-Operating-Systems which know REM the "start" command.
|
||||||
REM You could verify this by typing "HELP" into cmd.exe, which lists all commands supported by your specific OS.
|
REM You could verify this by typing "HELP" into cmd.exe, which lists all commands supported by your specific
|
||||||
|
REM Windows version.
|
||||||
|
|
||||||
start /B javaw -classpath classes:lib/commons-collections.jar:lib/commons-pool-1.2.jar yacy
|
start /B javaw -classpath classes:lib/commons-collections.jar:lib/commons-pool-1.2.jar yacy
|
||||||
exit
|
exit
|
Loading…
Reference in new issue