From 1bea12d4bfce1234c29bac1194fc184e5f6fc97d Mon Sep 17 00:00:00 2001 From: rosenfield Date: Tue, 23 Oct 2007 12:58:23 +0000 Subject: [PATCH] Cosmetic: silence standard output from copy command - errors should still slip through. --- extra/install_ide_components.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/install_ide_components.cmd b/extra/install_ide_components.cmd index ad77a9fb..00ef3f2d 100644 --- a/extra/install_ide_components.cmd +++ b/extra/install_ide_components.cmd @@ -93,7 +93,7 @@ rem (technically a regression since Delphi 7 worked OK.) rem rem see here: http://qc.borland.com/wc/qcmain.aspx?d=23225 rem -copy /y "%base_dir%\components\%1\build\*.bpl" "%USERPROFILE%\My Documents\Borland Studio Projects\Bpl\" +copy /y "%base_dir%\components\%1\build\*.bpl" "%USERPROFILE%\My Documents\Borland Studio Projects\Bpl\" >NUL: %start_dir%\IdeBplInstall\IdeBplInstall.exe "%base_dir%\components\%1\build\%2%package_suffix%.bpl" "%1" set err=%errorlevel% echo.