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. - <b>function 440fh set logical drive map dos 3.2+</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Function 440Fh          Set Logical Drive Map                        DOS 3.2+

    Sets the active drive number for a physical drive that has more
    than one logical drive number.

        Entry   AX = 440Fh
                BL = Drive number (0 = default, 1 = A, etc.)

        Return  AL = 0   Physical drive has only one drive number
                AL > 0   Active drive number for the corresponding
                         physical drive (1 = A, 2 = B, etc.)
                or
                AX = Error code, if CF is set
                     | 01h Invalid function
                     | 05h Access denied
                     | 0Fh Invalid drive

    ------------------------------------------------------------------

    Programs that set the active drive prevent DOS from prompting the
    user with the message "Insert diskette for drive x: and press any
    key when ready."

See Also: 440Eh Dev18h

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