I have a batch program that calls several child batch programs and they make entensive use of various DOS commands. In case of error, i would like to provide logging information about the error details to the user.
This page details the various MS-DOS commands that can set an errorlevel http://support.microsoft.com/kb/81819
How do i know what are the various error codes (number in the range 0 to 256) that these commands can return and what are their interpretations in english?