View Single Post
  #58  
Old 03-10-2016, 13:22
aswadd's Avatar
aswadd aswadd is offline
Registered User
 
Join Date: Aug 2016
Location: Egypt
Posts: 316
Thanks: 84
Thanked 162 Times in 98 Posts
aswadd is on a distinguished road
Quote:
Originally Posted by gozarck View Post
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
)

Last edited by aswadd; 03-10-2016 at 13:45.
Reply With Quote