To be honest i didn't have much experience with batch files before - abusing it to avoid the command line input was the only thing that i cared about and only after making my thread i realized that i never tried to just put an additional command on the next line and see if it works.
Taking a deeper look at batch files suddenly gives you a whole lot of new possibilities, which i believe would be really interesting for new people to know about (since most people use Windows and not Unix based systems, and are not familiar with the command line)
Things like have to use "" in order to use files that have spaces in it, or having to use the "pause" command for the command prompt not to magically vanish are 2 things which i think would be a good thing to know for newcomers.