CALL

This command calls one batch program from another.

CALL [path]file_name [batch_parameters]

Parameters

  • path
    Specifies the path for the batch file that you want to call.
    file_name
    Specifies that name of the batch file that you want to call.
    batch_parameters
    Specifies any command-line information that you need when calling the batch file.

 Last updated on Tuesday, July 13, 2004

© 1992-2000 Microsoft Corporation. All rights reserved.