.bat files create DOS-window with title "YaCy" as suggested in http://www.yacy-forum.de/viewtopic.php?p=15470#15470

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1380 6c8d7289-2bf4-0310-a012-ef5d649a1542
This commit is contained in:
rramthun 2006-01-20 12:01:12 +00:00
parent 83328ed712
commit 34a7802a36
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,3 @@
// w
// translator.java
// -------------------------------------
// part of YACY

View File

@ -1,4 +1,7 @@
@Echo Off
title YaCy
If %1.==CPGEN. GoTo :CPGEN
Rem Generating the proper classpath unsing loops and labels