How to Change Directories in Command Prompt

by Updated January 10, 2011

To change directories while in the windows command prompt use "cd" (cd stands for change directory in DOS)

To go to a specific directory type the full path, such as:

cd c:\  or cd c:\program files\

To go up one level type:

cd ..

To see what's in the current directory type:

dir

 


0
0

Add your comment

by Anonymous - Already have an account? Login now!
Your Name:

Comment:
Enter the text you see in the image below
What do you see?
Can't read the image? View a new one.
Your comment will appear after being approved.

Related Posts


Copying text from the command prompt is pretty easy, but it's not all that straightforward if you've never done it before. Knowing how to copy text from the command prompt can come in handy, especially if you need to show someone else (like a forum user)...  more »

Running ipconfig directly in Windows 7 may cause you to experience the ipconfig box to pop-up and run for a split second and the screen to flash, but then go away. The reason for this is probably because you are running ipconfig directly from the Windows...  more »