Added startYACY_hidden.bat

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@10 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
rramthun 20 years ago
parent 850c6ea729
commit 828b586c04

@ -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
Loading…
Cancel
Save