|
||||||||||
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 | ||||||||||