mexport command usage
You can use the mexport command to export the map source file from the command line.
Use the mexport utility command to export the map source file from the command line, outside the Map Designer GUI.
The following example shows how you can use the command:
install_dir> mexport mymaps.mms
-O C:\MyDev\ExportResults\mymaps.xml
-LOG -APPEND
When you run the example, the following result occurs:
- If the mymaps.mms map source file is exported successfully, the mexport - completed successfully. message displays on the console.
- The exported mymaps.xml xml file is produced in the C:\MyDev\ExportResults directory.
- If the mymaps.log log file does not exist, it is produced in the same directory as the map source file. If it already exists, the log messages are appended to the existing file.