diff options
| author | lotus <lotus@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2008-05-22 15:48:51 +0000 |
|---|---|---|
| committer | lotus <lotus@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2008-05-22 15:48:51 +0000 |
| commit | eac62a68823de784a5dd03ec1d09abe9c1d9e852 (patch) | |
| tree | f1343f6f3de20cf42440fc03ba78f570c1d7cfdc /startYACY.bat | |
| parent | 03438ee97739ebae8db66abb9cd69132e47625c3 (diff) | |
* ported restart on Windows to unix-style, works on _noconsole now
* removed Win9x scripts from build for more tidiness and less decisions for newbies
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4835 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'startYACY.bat')
| -rw-r--r-- | startYACY.bat | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/startYACY.bat b/startYACY.bat index 5cb36836b..c6bc543b4 100644 --- a/startYACY.bat +++ b/startYACY.bat @@ -1,6 +1,8 @@ @Echo Off
title YaCy
+if exist DATA\yacy.noconsole del DATA\yacy.noconsole
+
If %1.==CPGEN. GoTo :CPGEN
Rem Generating the proper classpath unsing loops and labels
|
