Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
How to save folder contents as text file?
I just burn my MP3 colection into a CD, and i want to print the songs list.
Is there any fast way to save the folder content list into a text file?
that way i don't have to type it one by one to a text editor.
I remember you can do it in CommandDOS but i forgot the command.
4 Answers
- 1 decade agoFavorite Answer
Start -> Run -> CMD to open a DOS window
use the "CD \dirtree" to go to the dirtree directory (wherever you have your music)
type the command: "dir >list.txt" to store your directory to a text file called list.txt.
Hope this helps,
--Russ