Thought I'd post this as at some stage one wants to list their folder contents in a text file for any purpose.
Open Command Prompt in windows
Navigate to the Parent Folder
For Eg. [Music]
Type cd Music
then then type
dir/s/a > print.txt
This will save print.txt file under the Parent Folder. Open it and all the content will be listed there.
Open Command Prompt in windows
Navigate to the Parent Folder
For Eg. [Music]
Type cd Music
then then type
dir/s/a > print.txt
This will save print.txt file under the Parent Folder. Open it and all the content will be listed there.