The directory attribute specifies a folder containing the script files to run in batch.
<batch>
location | A string in quotes indicating a valid path to a local folder. |
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.
The following runs all scripts in the specified directory:
<batch>
/ directory = "C:\myscripts\"
</batch>