How do I call another batch script from within a batch script?
I want it to execute in an if statement.
if
huh, I don't know why, but call didn't do the trick call script.bat didn't return to the original console. cmd /k script.bat did return to the original console.
call script.bat
cmd /k script.bat