oem.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
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.
 
                                      ♦