-O mimport option

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

The output (-O) option of the mimport utility command is used to specify, through a parameter, the location or file name, or both, for the imported map source file produced by importing the xml file. The specified parameter could be the name of the directory where the imported map source file is written, the full file path specification in which a wildcard can be used to represent the imported map source file, or the full path in which the complete filename can be specified. The default naming convention for the imported map source file is xml_file_name.mms. If a wildcard is specified in the full path, for example, mimport myxmlfile.xml -O C:\MyDev\ImportResults\2002-02-28_*.mms, the resulting map source file is produced in the C:\MyDev\ImportResults directory with the 2002-02-28_myxmlfile.mms naming convention. If the complete file name is specified, as in mimport myxmlfile.xml -O C:\MyDev\ImportResults\Myxmlmaps.mms, the Myxmlmaps.mms map source file is produced in the C:\MyDev\ImportResults directory. If the import 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 import command option (-O) is selected error message displays on the console.