-O mreport option

The -O option can be used with the mreport utility command.

The output (-O) option of the mreport utility command is used to specify the location or file name, or both, for the generated HTML file. The specified parameter could be the name of the directory where the HTML file is written, the full file path specification in which a wildcard can be used to represent the HTML file, or the full path in which the complete filename can be specified. The default naming convention for the HTML file is html_file_name.html. If a wildcard is specified in the full path, for example, mreport mymmsfile.mms -O C:\MyDev\MapReportResults\2002-02-28_*.html, the resulting HTML file is produced in the C:\MyDev\MapReportResults directory with the 2002-02-28_mymmsfile.html naming convention. If the complete file name is specified, as in mreport mymmsfile.mms -O C:\MyDev\MapReportResults\Myhtmlfile.html, the Myhtmlfile.html HTML file is produced in the C:\MyDev\MapReportResults directory. If the mreport output (-O) option is selected and if the file name is not specified, the command line is invalid, and the Not a valid command line - the file name parameter is required if mreport command option (-O) is selected error message displays on the console.