---
title: "BATCall"
---
Executes an OtterScript Script stored in a raft.
Scripting::BATCall(
ScriptName: <text>,
[Arguments: <text>],
[EnvironmentVariables: <%(key1: value1, ...)>],
[Parameters: <%(key1: value1, ...)>]
);
Name | Format | Script Usage | Usage Notes |
---|---|---|---|
☆ Script name (default) | text | ScriptName | This argument is required. |
Arguments | text | Arguments | Specify the commandline arguments to pass to the batch file. |
Environment variables | %(key1: value1, ...) | EnvironmentVariables | Specify variables to set before running the batch script. |
Parameters | %(key1: value1, ...) | Parameters |