Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
lesson_21 [2023/08/14 18:21] admin |
lesson_21 [2023/08/14 18:31] (current) admin |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| {{ :logo_logo.png?400 |}} | {{ :logo_logo.png?400 |}} | ||
| \\ | \\ | ||
| - | =====Dinamica EGO script language and console tool===== | + | =====Dinamica EGO script language and command line tool===== |
| \\ | \\ | ||
| \\ | \\ | ||
| Line 8: | Line 8: | ||
| * Naming variables with alias | * Naming variables with alias | ||
| * [[:EGO Script|Dinamica EGO programming language]] | * [[:EGO Script|Dinamica EGO programming language]] | ||
| - | * Dinamica EGO Console Tool | + | * Dinamica EGO Command Line Tool |
| Line 26: | Line 26: | ||
| 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. | 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. | ||
| - | 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. | | ||