From 0383c0186749bd4366f80891c1bba1ebda82914e Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Fri, 2 Jan 2009 05:50:51 +0000 Subject: [PATCH] Redirect the "1 file(s) copied" message to nul --- buildconf.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildconf.bat b/buildconf.bat index 0b3b8ba7bc..aca8394d3c 100644 --- a/buildconf.bat +++ b/buildconf.bat @@ -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= -- 2.50.1