Author: dreimer Date: Tue Jun 19 20:22:42 2007 New Revision: 27239
URL: http://svn.reactos.org/svn/reactos?rev=27239&view=rev Log: - Command list got too big. Now it does not start on every boot automatically. - Added a note how to run the command list
Modified: trunk/tools/RosBE-Windows/Root/RosBE.cmd
Modified: trunk/tools/RosBE-Windows/Root/RosBE.cmd URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Root/RosBE.cmd?... ============================================================================== --- trunk/tools/RosBE-Windows/Root/RosBE.cmd (original) +++ trunk/tools/RosBE-Windows/Root/RosBE.cmd Tue Jun 19 20:22:42 2007 @@ -50,9 +50,11 @@ mingw32-make -v | find "GNU Make"
:: -:: Display the available commands +:: Tell how to display the available commands :: -call "%ROSBEBASEDIR%\Help.cmd" +echo. +echo For a list of all included commands, type: "help" +echo -------------------------------------------------
:: :: Load the macros that serve as our commands.