A normal batch file runs the commands in sequence.
When a command completes, the next line is processed.
To start a command and then continue, you can use the method that diegoalcatraz posted.
The batch file will terminate after the last command in the sequence.
The exit command allows you to termiante early.