I need to create a batch file to pass 586 files of type .ogg through dec.exe for example
dec.exe -Q <file no1>
dec.exe -Q <file no2>
dec.exe -Q <file no3>
dec.exe -Q <file no4>
dec.exe -Q <file no5>
like that pass 586 files....
do you know how to loop in batch files to do this?.....all the files are in one folder....
i have asked this question everywhere except in EK.....
dec.exe -Q <file no1>
dec.exe -Q <file no2>
dec.exe -Q <file no3>
dec.exe -Q <file no4>
dec.exe -Q <file no5>
like that pass 586 files....
do you know how to loop in batch files to do this?.....all the files are in one folder....

i have asked this question everywhere except in EK.....

