Author: cfinck Date: Wed Nov 21 19:47:28 2007 New Revision: 30635
URL: http://svn.reactos.org/svn/reactos?rev=30635&view=rev Log: Use "call" again instead of just executing the command, so the batch waits for the application to end. But put the parameter into quotation marks, so the /? parameter is correctly passed to scut.exe.
Modified: trunk/tools/RosBE/RosBE-Windows/Root/scut.cmd
Modified: trunk/tools/RosBE/RosBE-Windows/Root/scut.cmd URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE/RosBE-Windows/Root/scut... ============================================================================== --- trunk/tools/RosBE/RosBE-Windows/Root/scut.cmd (original) +++ trunk/tools/RosBE/RosBE-Windows/Root/scut.cmd Wed Nov 21 19:47:28 2007 @@ -31,7 +31,7 @@ goto :EOC
:paramcall -"%_ROSBE_BASEDIR%\Tools\scut.exe" %* +call "%_ROSBE_BASEDIR%\Tools\scut.exe" "%*"
:EOC title ReactOS Build Environment %_ROSBE_VERSION%