-O texport option
The output (-O) option of the texport utility command is used to specify, through a parameter, the location or file name, or both, for the exported mts file produced by exporting the schema. The specified parameter could be the name of the directory where the exported mts file is written, the full file path specification in which a wildcard can be used to represent the exported mts file, or the full path in which the complete filename can be specified. The default naming convention for the exported mts file is schema_name.mts. If a wildcard is specified in the full path, for example, texport myschema.mtt -O C:\MyDev\ExportResults\2002-02-28_*.mts, the analyze results file is produced in the C:\MyDev\ExportResults directory with the 2002-02-28_myschema.mts naming convention. If the complete file name is specified, for example, texport myschema.mtt -O C:\MyDev\ExportResults\MyExportedMts.mts, the MyExportedMts.mts mts file is produced in the C:\MyDev\ExportResults directory. If the export 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 export command option (-O) is selected error message displays on the console.