Batch Mode
Output to Console
In batch mode, the command line keyword console was added to the --log argument. Using --log console shows a console window when RiverWare sends text to 'standard out' or 'standard error' when no log file is specified. Either --log console or --log <file> (OR no --log argument) can be used.
RequireVersion RCL Command
In batch mode, the following RCL command was added:
RequireVersion <major>.<minor>[.patch]This command tests the version of RiverWare. It fails with an error if the current version is less than the specified version. See
RequireVersion in Automation Tools for more information.