Search found 4 matches

by Scott1710
28 Aug 2012 23:56
Forum: DOS Batch Forum
Topic: FOR loop question
Replies: 6
Views: 3226

Re: FOR loop question

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.

Thanks for all of your help.
:)
by Scott1710
28 Aug 2012 23:42
Forum: DOS Batch Forum
Topic: FOR loop question
Replies: 6
Views: 3226

Re: FOR loop question

This seems to do nothing at all.
by Scott1710
28 Aug 2012 23:30
Forum: DOS Batch Forum
Topic: FOR loop question
Replies: 6
Views: 3226

Re: FOR loop question

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.
by Scott1710
28 Aug 2012 22:50
Forum: DOS Batch Forum
Topic: FOR loop question
Replies: 6
Views: 3226

FOR loop question

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