Skip to content
Abbin44 edited this page Mar 22, 2021 · 1 revision

The cd command changes the current work directory. If you enter .. as the path it will change the directory to the parent folder. If you instead leave the path empty, it will send you back to C:\

cd (Path)

cd ..

cd

Clone this wiki locally