can I move to the root of my directory and at the same time display all files with a .doc extenson.

link|improve this question

Any particular OS? – Ignacio Vazquez-Abrams Oct 29 '10 at 1:17
no----------------------------- – kevin Oct 29 '10 at 1:23
2  
Different operating systems do it differently. Are you sure you want someone to list all 68 or so ways of doing it? – Ignacio Vazquez-Abrams Oct 29 '10 at 1:38
windows--------------- – kevin Oct 29 '10 at 1:41
feedback

1 Answer

up vote 1 down vote accepted

If the USB drive is (say) f: then try typing this into a dos prompt:

cd /d f:\ & dir f:\

That will move to the root of f: and list the contents of f: all in one line..

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.