- Sep
- 9
- 0
I want to "merge" all playlists in directory in to a single master playlist. I tried using COPY /A but all I got was the last file in the source directory
Code:
for %x in (e:\nano\*.m3u) copy /A "%x" g:\master.m3u