CMD Path Options


1. Go to Drive(Home Drive Path)

Open CMD then test these codes.


The Code
cd\
Example

Before


After


2. Go to a Folder

Example


You can go in to the folder path by type the code  and typing Enter key.
First I'll create a new folder using md code.

The Codes
 
md folder
cd folder


3. Go one folder backward

Example



You can go one step back from the  path by type the code  and typing Enter key.

The Code
cd..

No comments:

Post a Comment