Cosmetic: silence standard output from copy command - errors should still slip through.

This commit is contained in:
rosenfield
2007-10-23 12:58:23 +00:00
parent 13e925b9fa
commit 1bea12d4bf

View File

@ -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.