These are the predefined file/device handles used by DOS.
| Handle | Value | Description |
|---|---|---|
| STDIN | 0000 | Standard Input Device |
| STDOUT | 0001 | Standard Output Device |
| STDERR | 0002 | Standard Error Device |
| STDAUX | 0003 | Standard Auxiliary Device |
| STDPRN | 0004 | Standard Printer Device |
See also: Text File Type, or go back