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 3bh change current directory (chdir)</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Function 3Bh            Change Current Directory (CHDIR)

    Changes the current directory to a specified path.

        Entry   AH    = 3Bh
                DS:DX = Pointer to ASCIIZ name of new default directory

        Return  AX = Error code, if CF is set
                     | 03h Path not found

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

    Function 3Bh changes the current directory to the directory whose
    path is specified in the ASCIIZ string at address DS:DX; the
    string length is limited to 64 characters.

    The path name may include a drive letter. If a drive other than
    the default drive is specified as part of the new directory path,
    this function changes the current directory on that drive but does
    not change the default drive.

See Also: 0eh 47h 59h

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