View Single Post
  #56  
Old 03-10-2016, 06:41
gozarck's Avatar
gozarck gozarck is offline
Registered User
 
Join Date: Nov 2013
Location: Argentina
Posts: 163
Thanks: 254
Thanked 495 Times in 114 Posts
gozarck is on a distinguished road
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:
Quote:
@echo off
for %%f in (*.001,*.7z) do 7z.exe x -bd -y "%%f" -so | srep64.exe -d - - | 7z.exe x -bd -y -si -ttar >nul
pause >NUL
Attached Files
File Type: 7z srep_7z_vol.7z (454.9 KB, 57 views)
__________________
-the science of the useless-

Last edited by gozarck; 03-10-2016 at 07:54.
Reply With Quote
The Following User Says Thank You to gozarck For This Useful Post:
Simorq (03-10-2016)