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 called 1 completes.

if don't want block, use start instead.

get nitty-gritty details using call /? or start /? cmd prompt.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -