CALL (Windows CE 5.0)
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.
See Also
Command Processor Commands | Command Processor Shell
Send Feedback on this topic to the authors