Indiana University
University Information Technology Services
  
What are archived documents?
Login>>
Login

Login is for authorized groups (e.g., UITS, OVPIT, and TCC) that need access to specialized Knowledge Base documents. Otherwise, simply use the Knowledge Base without logging in.

Close

In Windows, how can I see or print a list of all my directories and files?

To see a list of all your directories and files in Windows, first go to the command prompt and make sure you are in the root directory. To get to the root directory, at the command prompt, enter:

cd ..

Continue to enter the above command until you see a C: prompt (where C: is your main drive). Then, at the command prompt, enter:

dir /s |more

The entries will appear one screenful at a time. Press the Spacebar to scroll through the list. To make your lists easier to read, you can sort by name. To do so, at the command prompt, enter:

dir /s /o |more

To create a text file so you can print the list of all your directories and files, at the prompt, enter the appropriate command:

  • Windows Vista: dir /s /o >c:\Users\yourusername\Desktop\dir.txt
  • Earlier versions of Windows: dir /s /o >dir.txt

This will direct the contents of the list to a file called dir.txt, which you can then open in Wordpad, or any text editor, and print.

To create a list for a single directory, change to the directory for which you wish to create the list of files and subdirectories, and then follow the directions above. For example, to create a list of files and subdirectories for a directory called papers, at the command prompt, you would enter:

cd papers

Then follow the steps above to list the subdirectories and files in that directory.

Note: This document does not apply to Windows 3.x.

This is document agcp in domain all.
Last modified on May 31, 2007.

Comments/Questions/Corrections

Use this form to offer suggestions, corrections, and additions to the Knowledge Base. We welcome your input!

If you are affiliated with Indiana University and would like assistance with a specific computing problem, please use the Ask a Consultant form, or contact your campus Support Center.

Contact Information

Note: We will reply to your comment at this address. If your message concerns a problem receiving email, please enter an alternate email address.