Sometimes it can be useful to print out a list of a folder’s contents. The best way to do this on windows, in my opinion, is to use the commandline. To open the prompt, hit Windows + R, and then type cmd into the prompt before hitting enter. Afterwards, a screen should pop up that looks similar to this:

Cmd Prompt
The basics you need to know are the dir, chdir, and help commands. The dir command outputs your current location and also the contents of the folder your in. The chdir command lets you change your folder location. However, to switch to another drive just type the drive letter followed by a colon. For instance, to switch to the C drive type C:, and then hit enter. For help with more options for dir and chdir just type help dir or help chdir.
Print Folder Contents Using Windows
- Hit the keys Windows + R.
- Type cmd into the run prompt and then hit enter.
- Use the chdir command to get the folder you wish.
- Run the command dir /b > list.txt to get a list of all the contents in the folder.
- Print the file list.txt.
Print Folder Contents Using Linux
- Open up a terminal.
- Use cd to get to the folder you want the list of contents from.
- Run the command ls -a > list.txt.
- Print the file list.txt.
To Print List File of a Directory
I use Directory Report
http://www.file-utilities.com
It can print more attributes than DOS
and it can save in many formats