MS-DOS Internal Commands
The CALL Command
Description:
Calls one batch program from another without exiting from the first.
Command Syntax:
CALL [drive:][path]filename [batch-parameters]
Explanation of Syntax:
[Batch-parameters] specifies any command-line information required by the
batch program.