How do I call another batch script from within a batch script?
I want it to execute in an if statement.
if
You can use
call script.bat
or just
script.bat