CALL Command
Purpose: Calls up processing of a batch file with extension different from
.BAT, if it is specified explicitly. Otherwise a file with the
extension .BAT is searched for.
Syntax: CALL batch-filename [arg_list]
Parameters:
batch-filename - is the name of a bath file,
arg_list - is the list of arguments.
The filename may contain wild card symbols ("?" and "*").