Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 444 Bytes

DOS-STANDARD-HANDLES.md

File metadata and controls

13 lines (10 loc) · 444 Bytes

DOS Standard Handles

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