Author: peterw Date: Tue Oct 23 01:41:23 2007 New Revision: 29800
URL: http://svn.reactos.org/svn/reactos?rev=29800&view=rev Log: - Make some error messages a bit more consistent.
Modified: trunk/tools/RosBE-Windows/Root/Build.cmd trunk/tools/RosBE-Windows/Root/Config.cmd
Modified: trunk/tools/RosBE-Windows/Root/Build.cmd URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Root/Build.cmd?... ============================================================================== --- trunk/tools/RosBE-Windows/Root/Build.cmd (original) +++ trunk/tools/RosBE-Windows/Root/Build.cmd Tue Oct 23 01:41:23 2007 @@ -66,9 +66,11 @@ if not exist "%_ROSBE_LOGDIR%." ( mkdir "%_ROSBE_LOGDIR%" 1> NUL 2> NUL if errorlevel 1 ( - echo *** Error - Writing logs requested, but log directory doesn't *** - echo *** exist and can't be created. Logs will be created in the *** - echo *** current directory as a fallback. *** + echo. + echo *** Writing logs requested, but log directory doesn't *** + echo *** exist and can't be created. Logs will be created *** + echo *** in the current directory as a fallback. *** + echo. set _ROSBE_LOGDIR=%CD% ) )
Modified: trunk/tools/RosBE-Windows/Root/Config.cmd URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Root/Config.cmd... ============================================================================== --- trunk/tools/RosBE-Windows/Root/Config.cmd (original) +++ trunk/tools/RosBE-Windows/Root/Config.cmd Tue Oct 23 01:41:23 2007 @@ -63,13 +63,14 @@ )
:: -:: N00b Blocker :-P -:: -echo WARNING: -echo Non-Default-Configurations are not useable for pasteing Bugs to -echo Bugzilla or asking quesions about in Forum/Chat! -echo. -echo DID YOU UNDERSTAND? +:: Help prevent non-useful bug reports/questions. +:: +echo. +echo *** Configurations other than release/debug are not useful for *** +echo *** posting bug reports, and generally not very useful for *** +echo *** IRC/Forum discussion. Please refrain from doing so unless *** +echo *** you are sure about what you are doing. *** +echo.
set /p XY="(yes), (no)"