Is there a way to step through a .bat script? The thing is, I have a build script , which calls a lot of other scripts, and I would like to see what is the order in which th
The only way I can think of is spinkle the code with echos and pauses.
echo
pause