Chdir Ü
   ßßßßßß

 Changes to another directory.

 Syntax: CHDIR [drive:][path]
         CHDIR[..]
         CD [drive:]path]
         CD[..]

   [drive:][path]  The name of the directory you want to change to.
   ..              Specifies that you want to change to the parent
                   directory.

 Changing to the root directory
 The root directory is the top of the directory heirarchy for a drive.
 To change to the root directory, type the following command:

   cd\

 Changing the directory on another drive
 You can change the current directory on another drive by specifying the
 drive name on the command line when you use chdir.

 Type chdir or cd without parameters to see what the current directory is

 Example:
   C:\DOS>cd
   C:\DOS

   C:\DOS>cd..

   C:\>_

 See Also:
   Mkdir
   Rmdir