Skip to content

0.8.3 portable

Compare
Choose a tag to compare
@rer145 rer145 released this 16 Oct 20:02
· 1 commit to master since this release

Addition of command line arguments for auto loading of a case file and auto start of the analysis.

Basic usage:

Automatic loading of a case file:

"Transition Analysis 3.exe" -- --case="d:\\test.ta3"

Automatic loading of a case file and auto start of the analysis:

"Transition Analysis 3.exe" -- --case="d:\\test.ta3" --analyze

The full path to the ta3 file must be included in the argument, and properly escaped.