Printing a Folder Contents

Spooner

Lifer
Jan 16, 2000
12,025
1
76
Is there an easy way to print an entire folder contents with details as opposed to taking a screenshot?
 

Spooner

Lifer
Jan 16, 2000
12,025
1
76
i cannot do this through windows? you have to go through a DOS command? what if it's the root directory on a drive?
 

jondercik

Member
Mar 23, 2005
87
0
0
from a command prompt.
doesnt matter what directory it will print the current contents. If you want all content listed for that folder and all subfolders the command is dir *.* /s/p/a >file.txt