WELCOME to Free Self Help Quick Facts
No Nonsense FREE Computer Answers from people just like you, in plain English

Search Site

CALL




Syntax:

CALL batchfilename [batchfileparameters]

Purpose: This is used to run a batch file within a batch file. it will invoke a second batch file as a sub-routine. When the sub-routine finishes, control returns to the parent batch file.


Example
To run the files STARTER.BAT, TESTER.BAT, and FINISH.BAT in sequence, enter the following three lines in your batch file:
call starter
call tester
call finish

Consider a donation of $2 if you find this website usefull