Scenario: run mcompile to display all executable maps
In this scenario, you run the mcompile utility command to display all executable maps.
Use the mcompile utility command to display all the executable maps on the console from the command line, outside the Map Designer GUI.
The following example shows how you can use the command with the (-L) option to display all the executable maps:
install_dir> mcompile mymaps.mms
-L
Result:
Executable maps in mymaps.mms: FristMyExecMap MyExecMap NewExecMap
Total executable maps: 3
The list of all executable maps for the specified map source file displays in alphabetical order on the console. The total number of executable maps display as well.