You can automatically load audit reports and run diagnostics from the command line. Triage Analyzer supports the following command-line arguments:
For example, the following command starts Triage Analyzer and loads a reference report:
TriageAnalyzer.exe /ref="reference.tra"
If your application runs on several different configurations (for example, Microsoft Windows 3.x, Windows 95, and Windows NT), you can create shortcuts that load the required reference report for each configuration.
You could also write a script to automatically save a diagnostic report whenever you receive an audit report from a customer. The following command compares two audit reports and saves a diagnostic report without ever bringing up the Triage Analyzer user interface:
TriageAnalyzer.exe /ref="reference.tra" /audit="audit.tra" /saveto="diff.trd"