MFH: Redirect the "1 file(s) copied" message to nul

This commit is contained in:
Kalle Sommer Nielsen 2009-01-02 05:51:20 +00:00
parent 8accd1addc
commit 7c12271a56

View file

@ -1,5 +1,5 @@
@echo off
cscript /nologo win32\build\buildconf.js %*
SET PHP_BUILDCONF_PATH=%~dp0
copy %PHP_BUILDCONF_PATH%\win32\build\configure.bat %PHP_BUILDCONF_PATH%
copy %PHP_BUILDCONF_PATH%\win32\build\configure.bat %PHP_BUILDCONF_PATH% > nul
SET PHP_SDK_SCRIPT_PATH=