Internet Explorer is no longer supported. Many things will still work, but your experience will be degraded and some things won't function. Please use a modern browser such as Edge, Chrome, or Firefox.

BATCall

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