Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- DOS 5.0 Ref. - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

        ; Standard devices
        ; Handle          Name                 Default device
        STDIN   = 00h   ; Standard input       CON   keyboard
        STDOUT  = 01h   ; Standard output      CON    display
        STDERR  = 02h   ; Standard error       CON    display
        STDAUX  = 03h   ; Standard auxiliary   AUX   (serial)
        STDPRN  = 04h   ; Standard printer     PRN    printer

        ; DOS provides open handles to the standard devices
        ; when it starts a program.
        ; A program can redirect the standard devices, associating
        ; one or more of the handles with other character devices
        ; or with files.

See Also: 3fh 40h 4400h 4401h 45h 46h

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson