[ros-diffs] [cfinck] 30635: 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.

cfinck at svn.reactos.org cfinck at svn.reactos.org
Wed Nov 21 17:47:28 CET 2007


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.cmd?rev=30635&r1=30634&r2=30635&view=diff
==============================================================================
--- 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%




More information about the Ros-diffs mailing list