Hello,
I am trying to build a Delphi XE6 project. The source code is being pulled from two subversion folders. Inside one of these folders are a few .bat files that need to be run. I assigned these .bat files to be run on a build task. When trying to build the project everything goes fine until the build needs the execute the .bat files. I get the following error: [bat file] is not recognized as an internal or external command, operable program or batch file. I already tried adding the subversion and the Jenkins workspace directory to the Windows Path, but this has not fixed the problem. I also disabled UAC.
Hopefully someone can help me.