Use the etcmds.exe Program
- Last UpdatedOct 29, 2024
- 1 minute read
To satisfy these requirements, the batch system includes an executable (etcmds.exe) that controls the startup and shutdown of the run-time system. This executable provides options for starting the run-time system, shutting down the run-time system, or exiting and shutting down the entire batch system.
You can run the etcmd.exe program, located in the ...\Batch Management\bin folder of your batch system, from a command prompt or you can start it from another application.
Note: You must use one of the following options when you run the application. There is no feedback from this application. It runs without any confirmation.
The following options are available and for the etcmds.exe application.
|
Option |
Description |
|---|---|
|
-r |
Starts the run-time applications. |
|
-s |
Stops only the run-time applications. |
|
-x |
Stops all applications. This option is identical to performing an Exit and Shutdown command from the Environment Display. This option also automatically halts all batch client applications such as Batch Scheduler and Batch Display. |