Want to create list content of your files in folder ?
Steps
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.






