From the Maximizer 9 User's Guide, p. 220:To import an MXI or XML file from a command line, call Maxwin.exe with the following command-line syntax:
Maxwin.exe /DATABASE "EsconaTutorial" /USERID "JNAPOLI" /PASSWORD "maximizer" FILE="d:\ABentries051013.mxi"
(The command-line syntax shown here uses sample parameter values.)
Keep the following points in mind:
- Only one space is allowed after the DATABASE, USERID, and PASSWORD keywords.
- Values must be surrounded by double quotation marks.
- The equal sign (=) after the FILE keywords must NOT have space before or after it.
- The FILE parameter must be the last parameter.