Please note : This help page is not for the latest version of Enterprise Architect. The latest help can be found here.
Contents |
Prev | Next |
Run Script
This section describes how to create a command for running your executable code.
Access
On the Execution Analyzer window, either:
- Locate and double-click on the required script and select the 'Run' page or
- Click on in the window Toolbar and select the 'Run' page
Ribbon |
Execute > Analyze > Analyzer Scripts |
Context Menu |
Project Browser | Right-click on Package | Execution Analyzer |
Keyboard Shortcuts |
|
Script elements
Element |
Description |
See also |
---|---|---|
Command |
This is the command that is executed when you select the 'Execute > Run > Start' ribbon option; at its simplest, the script would contain the location and name of the file to be run. |
|
Examples |
These two examples show scripts configured to run a .Net and a Java application in Enterprise Architect. .Net: C:\benchmark\cpp\example_net_1\release\example.exe Java: customer The command listed in this field is executed as if from the command prompt; as a result, if the executable path or any arguments contain spaces, they must be enclosed by quotes. |
Notes