Hello

Create A List in Folder Structure (Windows)

Want to create list content of your files in folder ?


Steps 

Open folder explorer, navigate to destination folder you wish to listed.







Type cmd in address bar then press enter


Type dir /A:D /B > MyList.txt and press Enter to generate a top-level folder list.

Substitute dir /B > MyList.txt to include files as well as folders

Substitute dir /A:D /B /S > MyList.txt to make a list of all folders and all subfolders of the directory.  


WARNING: This can take a while if you have a large directory. 
Be patient and do not close the command prompt window until it finishes and a new, blank prompt with a flashing cursor appears again.


There is a file MyList.txt, double click to view a list of folder in that directory.