up Inquisit Language Reference

directory attribute

The directory attribute specifies a folder containing the script files to run in batch.

Member of

<batch>

Syntax

/ directory = "location"

Parameters

location A string in quotes indicating a valid path to a local folder.

Remarks

When Inquisit runs the batch element, finds and runs all scripts in the specified directory. Multiple directory attributes can be specified in order to run scripts in different directories.

Examples

The following runs all scripts in the specified directory:

<batch>
/ directory = "C:\myscripts\"
</batch>

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