From 8ca6781591a39d957cee76ad307e65496df4bc83 Mon Sep 17 00:00:00 2001 From: Martin Fuchs Date: Fri, 2 Jan 2004 14:27:34 +0000 Subject: [PATCH] use COPYCMD for XP to be compatible with NT4 svn path=/trunk/; revision=7400 --- reactos/subsys/system/explorer/updatebuildno.bat | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/reactos/subsys/system/explorer/updatebuildno.bat b/reactos/subsys/system/explorer/updatebuildno.bat index 9f78435a294..bbde4986b00 100644 --- a/reactos/subsys/system/explorer/updatebuildno.bat +++ b/reactos/subsys/system/explorer/updatebuildno.bat @@ -1,2 +1,3 @@ -if exist ..\..\..\include\reactos\buildno.h copy /y ..\..\..\include\reactos\buildno.h . >nul -if not exist buildno.h copy /y buildno.h.templ buildno.h +set COPYCMD=/y +if exist ..\..\..\include\reactos\buildno.h copy ..\..\..\include\reactos\buildno.h . >nul +if not exist buildno.h copy buildno.h.templ buildno.h