Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
tutorial:dinamica_ego_script_language_and_console_launcher [2023/08/14 18:16]
admin
tutorial:dinamica_ego_script_language_and_console_launcher [2023/08/14 18:33] (current)
admin
Line 1: Line 1:
-===== Dinamica EGO script language and console launcher ​=====+===== Dinamica EGO script language and command line tool =====
  
  
Line 24: Line 24:
 Now that you have learned a bit about programming with EGO script language, another resource available in Dinamica EGO is the Command Line Tool. Any model saved in Dinamica EGO, either EGOML/XML or EGO, can be run from the command prompt. Running the model from the command prompt might increases model performance,​ as the model becomes free of the burden of the graphical interface. ​ Now that you have learned a bit about programming with EGO script language, another resource available in Dinamica EGO is the Command Line Tool. Any model saved in Dinamica EGO, either EGOML/XML or EGO, can be run from the command prompt. Running the model from the command prompt might increases model performance,​ as the model becomes free of the burden of the graphical interface. ​
  
-To run Dinamica EGO from the command line, simply run DinamicaConsoleX (where the X is the major versior number of the application -- e.g. DinamicaConsole7) from a command prompt. DinamicaConsole utility is located in the Dinamica EGO installation folder. The parameters accepted by Dinamica ​Console ​Tool are:+To run Dinamica EGO from the command line, simply run DinamicaConsoleX (where the X is the major versior number of the application -- e.g. DinamicaConsole7) from a command prompt. DinamicaConsole utility is located in the Dinamica EGO installation folder. The parameters accepted by Dinamica ​Command Line Tool are:
  
-^ Dinamica ​Console ​Option ^ Option Description ^+^ Dinamica ​Command Line Option ^ Option Description ^
 | -verifier <​name>​ | Set functor verifier. | | -verifier <​name>​ | Set functor verifier. |
 | -output <​filename>​ | Write an output file representing the input model script. | | -output <​filename>​ | Write an output file representing the input model script. |