Microsoft Windows XP Professional Administrators Guide
Calls a label or another script for execution as a procedure.
Syntax
call [drive:][path] filename [batch-parameters] call :label [arguments]
| Parameters | |
|---|---|
| | |
| Parameter | Purpose |
| | |
| [drive:][path] filename | Sets the location and name of the script. |
| [batch-parameters] | Identifies the command-line information to be passed to the script. |
| label | Specifies a label within the script to jump. |