-O msdimport option
The -O option can be used with the msdimport utility command.
The output (-O) option of the msdimport utility command is used to specify, through a parameter, the location or file name, or both, of the system definition (.msd) file produced by importing the xml file. The specified parameter could be the name of the directory to where the imported .msd file is written, or the full file path specification in which a wildcard can be used to represent the imported system source file, or the full path in which the complete file name can be specified. The default naming convention for the imported .msd file is `xml_file_name.msd'. If a wildcard is specified in the full path, for example, MSDImport myxmlfile.xml -O C:\MyDev\ImportResults\2003-10-03_*.msd, the resulting .msd file is produced in the C:\MyDev\ImportResults directory with the 2003-10-03_myxmlfile.msd naming convention. If the complete file name is specified, for example, msdimport myxmlfile.xml -O C:\MyDev\ImportResults\Myxmlsystems.msd, a Myxmlsystems.msd system definition (.msd) file is produced in the C:\MyDev\ImportResults directory.