can I move to the root of my directory and at the same time display all files with a .doc extenson.
feedback
|
|
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.. | |||
|
feedback
|