Executing the AtcgReplayApp Application from the Command Line

To facilitate calling the AtcgReplayApp application from sources other than the AtcgControlApp application (for example, from a batch file or benchmark framework), you can specify the test class in the non‑GUI Jade executable command line.

In the command line or shortcut to the application, specify the test class; for example, the following command line executes the LogTransfers test.

c:\atcg\bin\jade.exe path=c:\atcg\system ini=c:\atcg\system\jade.ini schema=Atcg app=AtcgReplayApp endJade ;LogTransfers;

The exit code is set to 4 for successful test execution and 1 for a test failure. An exit code of zero (0) can sometimes occur if the exit or terminate condition is unhandled.

The LogTransfers test is delimited by semicolons to facilitate parsing.