The chdir command is a Recovery Console command used to display the name of the current folder or to change from the current folder to another.
"Chdir" and "Cd" may be used interchangeably.
chdir [drive:][path] [..]
drive = This is the drive letter containing the folder that you wish change to.
path = This is the folder or folder path that you wish to change to.
... = This changes your location to the parent folder. Use a space before the double period.
Note: The chdir command only functions inside the system folders of the current installation of Windows, in removable media, in the root folder of any partition, or in the local Windows installation source.
chdir system32
In the above example, typing the chdir command followed by system32 will change your location to the System32 folder, located within your current folder.
For example, if you typed chdir system32 from the C:\Windows prompt, your location would be changed to the C:\Windows\System32 folder.
chdir c:\windows\system
In this example, the chdir command is used to change your location to the c:\windows\system folder. Since the entire path was entered, this folder change could be entered from any other folder location you might be in.
The chdir command is available from within the Recovery Console in Windows 2000 and Windows XP.
The chdir command is also accessible from the Command Prompt in any version of Windows but with different options and restrictions.
The chdir command is often used with many other Recovery Console commands.

