Quote:
Originally Posted by gozarck
Hello Aswadd.
All those tools can store any folder quickly. the speed depends of your HDD.
About srep maybe you already know the answer 
Unpack Code:
|
yeb , I know other methods to make srep work on all files but I thought there was an option to do that
I used this
Quote:
|
dir /s /b *.pcf |ppx2 -P 20 -L 1 srep64 -m3f -a2 "{}"
|
not for speed

Just for rematching is taking much time


20X Srep64 // 20 rematching
or
Quote:
for %%C in (dir /s /b) do (
srep64 -m3f -a2 %%C
)
|