From 828b586c0483c530adfe5510005eb49d0a90fcb8 Mon Sep 17 00:00:00 2001 From: rramthun Date: Sat, 9 Apr 2005 15:30:38 +0000 Subject: [PATCH] Added startYACY_hidden.bat git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@10 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- startYACY_hidden.bat | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 startYACY_hidden.bat 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