--- title: "BATCall" ---
This is generated from the built in components of Otter 2023.0, and may be different than what you have installed (especially if you have extensions); go to [Gear Icon] -> Administration -> Operations within your Otter instance to see exactly what operations are available.

Executes an OtterScript Script stored in a raft.

Script usage:

Scripting::BATCall(
	ScriptName: <text>,
	[Arguments: <text>],
	[EnvironmentVariables: <%(key1: value1, ...)>],
	[Parameters: <%(key1: value1, ...)>]
);

Arguments:

NameFormatScript UsageUsage 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