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?
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.