How can I debug a .BAT script?

后端 未结 11 1273
没有蜡笔的小新
没有蜡笔的小新 2020-11-28 09:42

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

11条回答
  •  醉梦人生
    2020-11-28 10:21

    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

提交回复
热议问题