I need to run a bat file with the following content:
ECHO "Mensagem 1"
copy xxx yyy
ECHO "Mensagem 2"
outro.bat param1
ECHO "Mensagem 3"
copy zzz ooo
But when he runs the other.bat my script does not wait for it to finish to execute message 3 and the copy command.