mreport command usage

You can use the mimport command to generate a map report HTML file containing information about a map source file.

Use the mreport utility command to generate a map report HTML file containing information about a map source file, outside the Map Designer.

The following example shows how you can use the command:


install_dir> mreport mymmsfile.mms 
    -O C:\MyDev\MapReportResults\myhtmlfile.html 
    -LOG -APPEND

When you run the example, the following result occurs:

  • If the myhtmlfile.html HTML file is generated successfully, the Map report generated successfully. message displays on the console.
  • The generated myhtmlfile.html HTML file is produced in the C:\MyDev\MapReportResults directory.
  • If the myhtmlfile.log log file does not exist, it is produced in the same directory as the map source file. If the myhtmlfile.log log file already exists, the log messages are appended to the existing file.