added svn6695 for windows

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6697 6c8d7289-2bf4-0310-a012-ef5d649a1542
This commit is contained in:
lotus 2010-02-24 14:58:53 +00:00
parent f175f9a2d3
commit 7b546415dc

View File

@ -513,6 +513,7 @@ public final class yacyRelease extends yacyVersion {
"IF not exist yacy goto NODATA" + serverCore.LF_STRING +
"cd yacy" + serverCore.LF_STRING +
"del /Q \"" + apphome + "\\lib\\*\" >nul" + serverCore.LF_STRING +
"xcopy *.* \"" + apphome + "\" /E /Y >nul" + serverCore.LF_STRING +
// /E - all subdirectories
// /Y - don't ask