M
Mangler
Say I have a .bat file that has 3 commands in it:
command1
command2
command3
I need to make sure that command1 is done before command2 starts and
the same for command3 waiting for command2 to finish before starting.
How can I do that?
command1
command2
command3
I need to make sure that command1 is done before command2 starts and
the same for command3 waiting for command2 to finish before starting.
How can I do that?