Tagged Questions
3
votes
5answers
5k views
What is the easiest way to reset ERRORLEVEL to zero?
I have a post-build event that runs some commands for a c# project. The last command would sometimes cause the ERRORLEVEL value not equils to zero and then the build fails.
I want to append an extra ...