Blog

Get a List of Files in a Folder

June 21st, 2006

It doesn’t require a third party software and it’s easy. These commands are typed in the Command Prompt.

dir c:\folderpath > c:\folderlist.txt

The following will generate a list of the current directory.

dir > c:\folderlist.txt

Leave a comment