You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
408 B
9 lines
408 B
@echo off
|
|
|
|
REM Script contributed by Roland Ramthun.
|
|
|
|
REM This script starts YaCy without any visible window and should work on all Windows-Operating-Systems which know the "start" command.
|
|
REM You could verify this by typing "HELP" into cmd.exe, which lists all commands supported by your specific OS.
|
|
|
|
start /B javaw -classpath classes:lib/commons-collections.jar:lib/commons-pool-1.2.jar yacy
|
|
exit |