How To Use It:
The Content Lister is an easy to use tool which lists the names of all files and folders within a
specified folder into a .txt file.
All you have to do is download and extract it, put the .exe file into the folder you want
listed and run it. A .txt file is now created within that particular folder with all the names
listed in alphabetical order.
|
|
How To Do It Manually:
Make a new .bat file, edit it and write the following:
dir /b && >> folderContent.txt
Save it and double click the new .bat in the folder you want listed.
|
|
|