|
I also think you need to sort the list output (just in case) depending on required ouptut.
Something like:-
{For each cbr file call cc2}
for %%X in (DIR\*.CBR) do call cc2.bat %%x
and use passed variable in cc2 -
paext -v %x | sort > x:\temp.txt
call x:\head.bat 1 x:\temp.txt > x:\firstfile.txt
paext -px:\temp %x @x:\firstfile.txt
Not sure what you are using find for??
__________________
Terry
WinXP SP3
|