Syntax error in one of two almost-identical batch scripts: “)” cannot be processed syntactically here
问题 I am trying to set up a Jenkins server for automatic Unity builds. Therefore I have written two (in my eyes) basically identical batch scripts. Both scripts are run as build steps by Jenkins via an Execute Windows batch command step using Command: E:\unityImport.bat and after that a second Execute Windows batch command step using Command: E:\unityBuild.bat They both have the same beginning as I need to gather some file paths and in particular the project's unity version. So in both scripts I