                                    CALL
              Call a batch file from within another batch file

COMMAND TYPE: Internal                  VERSION: 4.0 and up

USE: CALL [d:][path][batchfile [arguments]

d:path batchfile is the batchfile to be executed, followed by any
arguments to be used by the called file.

When the called file terminates, the calling file continues executing.
A batch file may call itself recursively, but there should be a
terminating condition at some point.  Do not use pipes or redirection
in the call statement.
