For our automatic building process we finally moved onto automatic building with Codesys. Opening a project, building it and generating a boot application all works. The only "drawback" for us at this point is that all the compile errors and warnings show up in the command line window.
Is there a way to suppress these messages and pass them to an external file?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
For our automatic building process we finally moved onto automatic building with Codesys. Opening a project, building it and generating a boot application all works. The only "drawback" for us at this point is that all the compile errors and warnings show up in the command line window.
Is there a way to suppress these messages and pass them to an external file?
Something like
CODESYS.EXE --profile="" > standardout.txt 2> standarderr.txt
I'm still getting them print to my command line and nothing to the files:
This is the bat file content:
Just calling the following bit doesn't print anything to the command line and everything to the files:
I think this might be the solution:
Last edit: krowi2 2021-10-27