User Tools

How to create a list of files in a directory

Open a command prompt window, browse to the desired directory and type:

dir /A-D /B >> c:\filename.txt

where filename is the desired name of the list.

Alternatively, this will create a list of folders:

dir /AD /B >> c:\filename.txt

Adding to Explorer's Context Menu

More help

http://www.computerhope.com/issues/ch000772.htm

– Main.FredPettis - 2012-02-10

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also, you acknowledge that you have read and understand our Privacy Policy. If you do not agree, please leave the website.

More information