Search found 3 matches

by Julio Snurgoyle
08 May 2013 22:05
Forum: DOS Batch Forum
Topic: FOR command with multiple variables
Replies: 5
Views: 3894

Re: FOR command with multiple variables

foxidrive wrote:Use this as the out filename: "%%~Nb.wav"


I apologize for taking so long to reply. Life got in the way! :?

THANKS for the help! "Of course! I should have known!" :mrgreen:
by Julio Snurgoyle
23 Apr 2013 15:04
Forum: DOS Batch Forum
Topic: FOR command with multiple variables
Replies: 5
Views: 3894

Re: FOR command with multiple variables

Thanks very much Aacini for that, that's exactly what I needed! The only thing though, is that all the files have the same extension (they're .wav files actually ), so the in files are *.a.wav and *.b.wav, and the out files should be just *.wav. However, the outfiles end up being named *.a.wav, so t...
by Julio Snurgoyle
22 Apr 2013 15:38
Forum: DOS Batch Forum
Topic: FOR command with multiple variables
Replies: 5
Views: 3894

FOR command with multiple variables

I searched extensively on this; I feel like this *must* have been posted somewhere and I'm just doing a bad job searching. I'm trying to do something that I think is probably extremely basic but I lack the skill to be able to figure out how to do it on my own. I have a command line utility that I wa...