cd .. only backs one level, how to back multiple level quickly?

link|improve this question

feedback

2 Answers

up vote 10 down vote accepted

You can use

cd ..\..

to go two levels, etc.

link|improve this answer
feedback

cd \ should bring you all the way up to the root of the drive (for example from c:\foo\bar\rab\oof\ to c:\)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.