The batch element allows a group of Inquisit scripts to be run in sequence.
Syntax
<batch batchname>
/ directory = "location"
/ file = "path"
</batch>
Properties
None.
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>