Google
 

Saturday, October 20

See It All

If you're working in the Command Prompt and you would like to see all your directories, try this. At the prompt, type
dir /s more
and press Enter. All the entries will appear one screen at a time.
To make your lists easier to read, you might want to sort by name. To do this, type
dir /s /o more
at the prompt and press Enter.

No comments:

Google