On a Windows server, double-click the MQL icon. On a UNIX server, start MQL from the command line: mql [file...] If you include a file name, MQL executes the script contained in the specified file. Otherwise, MQL starts in interactive mode. You can also use the Run MQL window provided by Collaboration and Approvals. For more information, see Running MQL. In interactive mode, you can start executing commands. An MQL command consists of a keyword and, optionally, clauses and values. You must follow a fixed set of syntax rules so that 3DSpace can interpret the command correctly. If you do not, the system might simply wait until the required information is provided or display an error message. For more information, see MQL Command Reference: General Syntax. You can type
When finished with the MQL session, use this command to exit: quit; |