Creating a playlist

Hi guys,

I am using the following code to create m3u playlists.

Select *.mp3 Clipboard COPYNAMES=nopaths Clipboard PASTE AS "Clipboard Text.txt" Select "Clipboard Text.txt" Rename PRESET="Playlist"
This works for all files in a folder but if the files are not mp3's, I have a problem. How can I use the code on selected files rather than just mp3's?

Regards

Blueroly

The first line selects *.mp3 so if you want it to work on more than *.mp3 you'd need to change that, I think?

If it's not that, could you give more details on what's failing & what you want it to do instead?

Oh dear, despite messing around with this last night, all seems to work as expected now. Maybe the code I use at home is slightly different from what I use at work. I will double check later when I get home. Removing the first line of code did the trick. Now when I select a few individual files, a playlist is created for them only. This is what I wanted in the first place. Case closed. Thanks Leo.