You can append options to the command lines that run ENOVIA Studio Modeling Platform applications. For example, MQL has a -v option that causes MQL to operate in verbose mode. To use this option with Windows, create a shortcut for MQL and then bring up its properties. The Properties window box shows the target path for the shortcut. For example: c:\enoviaVERSION\studio\PLATFORM\code\bin\mql.exe Change the command line as follows: c:\enoviaVERSION\studio\PLATFORM\code\bin\mql.exe -v Save your changes by clicking OK. All ENOVIA Studio Modeling Platform command line options can be set in this way. For a list of the command line options available, use the -help option. For example: c:\enoviaVERSION\studio\PLATFORM\code\bin\mql.exe -help To see the command line options for the other desktop applications, include a filename. For example: c:\enoviaVERSION\studio\PLATFORM\code\bin\matrix.exe -help -stdout FILENAME The file named FILENAME is written to the ENOVIA_INSTALL directory. |