What is the easiest way to reset ERRORLEVEL to zero?

if you use exit /b 0 you can return an errorlevel 0 from within a child batch script without also exiting the parent.

Leave a Comment