How can I debug a .BAT script?

asked17 years ago
last updated6 years ago
viewed199.1k times
Up Vote107Down Vote

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 they are called, so that I may know where exactly I have to go about and add my modifications.