I\'m trying to get my commit-build.bat to execute other .BAT files as part of our build process.
commit-build.bat
Content of commit-build.bat:
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.