ATD Files

The ATD file format follows the standard .INI file rules with keys and values organized into sections.

A sample ATD file is shown below. The [Values] section contains all of the REG_SZ keys and values. The context-specific section contains the REG_MULTI_SZ keys. REG_MULTI_SZ keys are divided into multiple keys named using the line number as the last character of the key, starting with 1. Multiple contexts can appear in any order.

The following sample file has a specific context (SMSMachine) and a 3-line Arguments key:

[Values]
Hive=HKEY_CURRENT_USER
VendorKey=ThirdParty
ApplicationKey=mv
ApplicationName=Machine Viewer
Description=Looks at a given machine
Command=machview.exe
WorkingDir=c:\machview
RunWindow=Normal
Order=0
[SMSMachine]
PresentRule1=
EnableRule1=
Arguments1=/r
Arguments2=/showram
Arguments3=/exityes