I want to Start a Job on Hudson with MSBuild. But I'm getting an error.
Started by user anonymous Path To MSBuild.exe: msbuild.exe Executing the command cmd.exe /C msbuild.exe MSBuild.exe [Switches] [ProjectFile] C:\Users\praktiee4.hudson\jobs\msBuild\workspace && exit %%ERRORLEVEL%% from C:\Users\praktiee4.hudson\jobs\msBuild\workspace [workspace] $ cmd.exe /C msbuild.exe MSBuild.exe [Switches] [ProjectFile] C:\Users\praktiee4.hudson\jobs\msBuild\workspace && exit %%ERRORLEVEL%% 'msbuild.exe' is not recognized as an internal or external command, operable program or batch file. Finished: FAILURE
How can I fix this error?