tldr/pages/windows/cd.md
cherem 63b56d944f
cd: add page to windows (#3893)
Co-authored-by: Owen Voke <owzie123@gmail.com>
2020-03-06 17:19:35 +00:00

429 B

cd

Displays the name of or changes the current working directory. More information: https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/cd.

  • Go to a directory in the same drive:

cd {{path/to/directory}}

  • Display the name of the current directory:

cd

  • Go up to the parent of the current directory:

cd ..

  • Go to a directory in a different drive:

cd {{path/to/directory}} /d