Please note : This help page is not for the latest version of Enterprise Architect. The latest help can be found here.
Run Script
This topic describes how to create a command for running your executable code.
Access Analyzer | Execution Analyzer (Shift+F12) : New (Toolbar icon) > Run
Analyzer | Execution Analyzer (Shift+F12) : locate and double-click on required script > Run
Topics
Topic |
Detail |
See also |
---|---|---|
Usage |
This is the command that is executed when you select the 'Analyzer | Run' menu option; at its simplest, the script would contain the location and name of the file to be run. |
|
Example |
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
- Enterprise Architect provides the ability to start your application normally OR with debugging from the same script; the 'Analyzer' menu has separate options for starting a normal run and a debug run
Learning Center topics
- Alt+F1 | Enterprise Architect | Build and Debug | Overview | Run