-O timport option

The output (-O) option of the timport utility command is used to specify, through a parameter, the location or file name, or both, for the output .mtt schema file produced by importing the .mts file. The specified parameter could be the name of the directory where the .mtt file is written, the full file path specification in which a wildcard can be used to represent the .mtt file, or the full path in which the complete filename can be specified. The default naming convention for the .mtt file is mts_file_name.mtt. If a wildcard is specified in the full path, for example, timport mymts.mts -O C:\MyDev\ImportOutputs\2002-02-28_*.mtt, the resulting .mtt file is produced in the C:\MyDev\ImportOutputs directory with the 2002-02-28_mymts.mtt naming convention. If the complete file name is specified, for example, timport mymts.mts -O C:\MyDev\ImportOutputs\MyMtt.mtt, the MyMtt.mtt file is produced in the C:\MyDev\ImportOutputs directory. If the (-O) 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 command option (-O) is selected error message displays on the console.