The following is a simple dos trick to create a playlist of all your mp3’s.
- go to the start menu
- click run
- enter cmd => this opens a black dos window
- type dir /b/s *.mp3 > c:\mp3list.m3u
When this command finishes, a file will be created under c: with a list of all your mp3 files.
The m3u file is a plain text file with links to all your music. Some audio applications us this format for playlists.
No related posts.