This *Command checks that a module is present and is the given version (or a more recent one).
*RMEnsure module_title version_number [command]
module_title | Title of installed module |
version_number | Version number to check against |
command | Command Line command |
A command, optionally given as a third parameter, is executed if the module is not present or the version number of the loaded module is lower than the number supplied as the second parameter to *RMEnsure. If no third parameter is supplied, an error will instead be generated if the module is not present or does not satisfy the version number check.