mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-14 18:12:05 +08:00
Cosmetic: silence standard output from copy command - errors should still slip through.
This commit is contained in:
@ -93,7 +93,7 @@ rem (technically a regression since Delphi 7 worked OK.)
|
|||||||
rem
|
rem
|
||||||
rem see here: http://qc.borland.com/wc/qcmain.aspx?d=23225
|
rem see here: http://qc.borland.com/wc/qcmain.aspx?d=23225
|
||||||
rem
|
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"
|
%start_dir%\IdeBplInstall\IdeBplInstall.exe "%base_dir%\components\%1\build\%2%package_suffix%.bpl" "%1"
|
||||||
set err=%errorlevel%
|
set err=%errorlevel%
|
||||||
echo.
|
echo.
|
||||||
|
Reference in New Issue
Block a user