diff --git a/startYACY_hidden.bat b/startYACY_hidden.bat new file mode 100644 index 000000000..575914c0d --- /dev/null +++ b/startYACY_hidden.bat @@ -0,0 +1,9 @@ +@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 yacy +exit \ No newline at end of file