Wednesday, December 2, 2009

Creating an M3U playlist using bat file

The other day i've posted the content on how to create a bat file and to create an m3u file. Now the harder part in this is that you have to create the entire file and then create a bat file. Now to avoid this i use a test bat file which can create the playlist of the songs present in a folder automatically whenever it is invoked.
 To use this create a bat file named playlist.bat ( how to create a bat file)


 To create this:

1) Goto start--> run
2) type notepad
3)type  dir/b>playlist.m3u in the notepad
4) save it as playlist.bat
5) Now place this bat file in the folder where you want to create the playlist of the music files and double click the bat file. This will generate the playlist
6) Now use this file to listen to the entire list of the music files that you want to hear.


Note: The final playlist that we have created should be in the same folder as that of the parent folder.

No comments:

Google