batch element

The batch element allows a group of Inquisit scripts to be run in sequence.

Syntax

<batch>
/ directory = "location"
/ file = "path"
</batch>

Properties

batch.name
batch.typename

Remarks

The batch element should be defined in a separate script file. The batch element may not include own script file in its list of files.

Examples

The following batch runs three scripts files in sequence. The files are located in the same directory as the batch file.

<batch>
/ file="script1.exp"
/ file="script2.exp"
/ file="script3.exp"
</batch>


Send comments on this topic.
Copyright Millisecond Software, LLC. All rights reserved.