How to run multiple .BAT files within a .BAT file

前端 未结 17 1861
别跟我提以往
别跟我提以往 2020-11-22 13:59

I\'m trying to get my commit-build.bat to execute other .BAT files as part of our build process.

Content of commit-build.bat:



        
17条回答
  •  萌比男神i
    2020-11-22 14:30

    Looking at your filenames, have you considered using a build tool like NAnt or Ant (the Java version). You'll get a lot more control than with bat files.

提交回复
热议问题