help.hlp (Table of Contents; Topic list)
CALL
Notes  Examples
────────────────────────────────────────────────────────────────────────────
 
                                    CALL
 
Calls one batch program from another without causing the first batch program
to stop.
 
Syntax
 
    CALL [drive:][path]filename [batch-parameters]
 
Parameters
 
[drive:][path]filename
    Specifies the location and name of the batch program you want to call.
    Filename must have a .BAT extension.
 
batch-parameters
    Specifies any command-line information required by the batch program.
 
                                      ♦