|
Syntax
CHDIR [drive:][path]
CHDIR[..]
CD [drive:][path]
CD[..]
Examples
chdir\
Goes to the highest level,
the root of the drive.
chdir..
Goes back one directory.
For example, if you are within the C:\Windows\COMMAND> directory, this would take you to
C:\Windows>
Windows 95, Windows 98 and later versions of
windows allow you to go back more than one directory by using
three or more dots.
For example, typing chdir... with three dots after the cd would take you
back two directories.
cdhdir windows
If present, would take
you into the Windows directory. Windows can be substituted with any other name.
|