Is there a reference to all Windows "errorlevel" by command?

Is there a reference to all Windows "errorlevel" by command? Looking for a page that defines all error levels, by command.

2 Answers

here is an old list that covers many typical command line commands

here is a list of the most typical error messages with an explanation

and here is a more complete list of windows error codes, some are surfaced as exit codes and some are not.

1

Windows has a built-in reference for the ERRORLEVEL error codes. Just get the ERRORLEVEL and run net helpmsg YOUR_ERROR_CODE.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like