Introduction
How a command line is interpreted
Batch reloading
Environment variables
Switches
Error level
String processing
Command-line arguments
Wildcards
User input
%~ (percent tilde)
Functions
Calculation
Finding files
Keyboard shortcuts
Paths
Arrays
Perl one-liners
Limitations
Built-in commands
External commands
Legal & credits

Error level

suggest change

Commands usually set error level at the end of their execution. In Windows NT and later, it is a 32-bit signed integer; in MS DOS, it used to be an integer from 0 to 255. Keywords: return code, exit code, exit status.

The conventional meaning of the error level:

Uses of the error level:

Examples:

Links:

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents