oem.hlp (Table of Contents; Topic list)
CHDIR (CD)
Notes  Examples
────────────────────────────────────────────────────────────────────────────
 
                                 CHDIR (CD)
 
Displays the name of the current directory or changes the current
directory.
 
Syntax
 
    CHDIR [drive:][path]
 
    CHDIR[..]
 
    CD [drive:][path]
 
    CD[..]
 
To display the current drive letter and directory name, use either of the
following syntax lines:
 
    CHDIR
 
    CD
 
Parameters
 
[drive:][path]
    Specifies the drive (if other than the current drive) and directory to
    which you want to change.
 
 ..
    Specifies that you want to change to the parent directory.
 
                                      ♦