From: Nabil Ghodbane Date: Tue, 27 Apr 2021 10:47:19 +0000 (+0200) Subject: WINDOWS - ISPC add missing quite /Y flag to xcopy X-Git-Tag: V9_7_0~50 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=9efb10c17c25c2fc3c6855baa805c6a0590d7f89;p=tools%2Fsat_salome.git WINDOWS - ISPC add missing quite /Y flag to xcopy --- diff --git a/products/compil_scripts/ispc-1.15.0.bat b/products/compil_scripts/ispc-1.15.0.bat index ae9fb27..34ad8c2 100644 --- a/products/compil_scripts/ispc-1.15.0.bat +++ b/products/compil_scripts/ispc-1.15.0.bat @@ -9,7 +9,7 @@ if NOT exist "%PRODUCT_INSTALL%\bin" mkdir %PRODUCT_INSTALL%\bin SET MSBUILDDISABLENODEREUSE=1 cd %SOURCE_DIR%\bin -xcopy * %PRODUCT_INSTALL%\bin /E /I /Q +xcopy * %PRODUCT_INSTALL%\bin /E /I /Q /Y if NOT %ERRORLEVEL% == 0 ( echo ERROR on xcopy exit 1