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
you can use cmd \k at the end of your script to see the error. it won't close your command prompt after the execution is done
cmd \k