That works perfectly, thank you. I'm not too concerned about missing the odd file if they have bad characters in them - this is really just for grabbing large numbers of not-too-important files quickly and easily.
I've tried that, but it makes no difference to the script whatsoever. I think my problem is trying to process labels within a for loop, which doesn't work, but I can't find a way around that.
Hi Guys, I'm new here as you can see, but I've been searching around the net for a while now trying to figure this out without any luck, so I'm hoping somebody here can help me out. I have the following script: setlocal enabledelayedexpansion set Dupe=1 for /R C:\ %%F in (*.mp3, *.m4a) do ( :timer i...