- Run the command prompt (Start Menu>Programs>Accessories>Command Prompt)
- Type in the following command and hit Enter :
dir /b *.mp3 > Songlist.txt
- You'll see a new text file -Songlist.txt in the directory where you run the command.
dir /b *.* > Songlist.txt
Crippled Tip: Create a batch file for this command and run it from any directory you want!
How to create a batch file to run this command?
- Open Notepad and type in the command:
dir /b *.mp3 > Songlist.txt
- Save it as Songlist.bat as file name (and All files as Save as Type and ANSI as Encoding)
- Copy this Songlist.bat and run it from any directory or drive to get a list of mp3 files stored in that directory or drive