command line - How do I run a batch script from within a batch script? -
how call batch script within batch script?
i want execute in if
statement.
use call
in
call nameofotherfile.bat
this block (pause) execution of current batch file, , wait until call
ed 1 completes.
if don't want block, use start
instead.
get nitty-gritty details using call /?
or start /?
cmd prompt.
Comments
Post a Comment