                                   CHDIR
             Displays or changes the current working directory
                          See also <MKDIR> <RMDIR>

COMMAND TYPE: Internal                  VERSION: 2.0 and up

USE: CHDIR [d:][path]
 or  CD [d:][path]

d: path specifies the new drive and directory that will be made
   current.

If no parameters are used then the current drive and directory are
displayed.  The root directory is represented by "\".  A path
beginning with \ is taken to be relative to the root directory, while
any other path is relative to the current directory.  The parent
directory can be abbreviated to ".."
