make
Usage: make [OPTIONS]
Make does a standard build of ReactOS. OPTIONS are the standard ReactOS build options:
makex
Usage: makex [OPTIONS]
Same as 'make' but automatically determines the number of CPU Cores in the system and uses "make -j x" with the appropriate number. OPTIONS are the standard ReactOS build options:

basedir
Usage: basedir
Switches back to the ReactOS source directory.
charch
Usage: charch [OPTIONS]
Change the Architecture to build ReactOS for, for the current RosBE session. Possible Architectures are: i386, ppc, arm, amd64.
chdefdir

Usage: chdefdir [OPTIONS]
Reconfigures the Default Source Folder for one Session. This is useful for switching between branches or different ReactOS Source Trees. Exiting RosBE sets back to the Default.

chdefgcc [PATH]

Change the MinGW/GCC directory for the current RosBE session.
clean

Usage: clean [logs]
Fully cleans the ReactOS source directory and does a better job than "make clean" does.
It deletes files, which are being generated into the Source Tree while compiling. After using this Command the tree is completely cleaned up and 1:1 like a fresh loaded one.
All other commands will be parsed as "make COMMAND_clean" and cleans the specific command.
config

Usage: config [OPTIONS]
This Command creates a Configuration File, which tells RosBE how to build the Tree. There are many things you can modify in the build process, like SubArchitecture (XBox), CPU specific Optimization, Compiler Optimisation, Enable/Disable Debugger etc etc and this tool can edit all for you. ISOs made with a non default Configuration are NOT usable to file bugs in any way!

help

Usage: help [COMMAND]
Shows help for the specified command or lists all available commands.

options

Usage: options
Starts the RosBE Configuration Program and sets the changes active in the cureent session.

raddr2line

Usage: raddr2line [FILE] [ADDRESS]
This Command translates program addresses of BSODs into file names and line numbers of the Code it was built of to assist Developers to find specific Bugs in ReactOS. This Tool is mainly a Dev Tool. Newbies normally only need it if a devs wants them to try out something.

scut

Usage: scut [OPTIONS]
Defines, Edits, Removes, Switches and Defaults to Shortcutted Source Directories. scut started without a parameter or with the name of a Shortcut as parameter sets this Shortcut active.

ssvn

Usage: ssvn [OPTIONS]
This is the simple to use sSVN, written for newbies. It only Creates, Updates or cleans up your ReactOS Source Tree or shows the Revision Number of the Offline Tree and Online HEAD Revision to see if its up to date. No need for any additional parameters, just "ssvn update" and your Tree is fully updated.
update

Usage: update [OPTIONS]
Updates all files of RosBE to the most recent files.