Did a quick test via batch file, then lost this thread which I just found again!
I burned three packs to CD-RW as a test.
------------------
This is CD>HDD ~ 3 min 10 s
------------------
c:\>echo. | time | find "."
The current time is: 15:29:17.71
c:\>un7zip e:\DP_Graphics_A_wnt5_x86-32_812b1.7z c:\test c:\ut.log
c:\>un7zip e:\DP_Graphics_b_wnt5_x86-32_812b2.7z c:\test c:\ut.log
c:\>un7zip e:\DP_Graphics_c_wnt5_x86-32_812b2.7z c:\test c:\ut.log
c:\>echo. | time | find "."
The current time is: 15:32:29.84
---------------------------
Doing it CD>HDD>HDD ~ 2m 20s
---------------------------
c:\>echo. | time | find "."
The current time is: 15:37:05.23
c:\>copy /y e:\DP_Graphics_A_wnt5_x86-32_812b1.7z c:\test
1 file(s) copied.
c:\>copy /y e:\DP_Graphics_b_wnt5_x86-32_812b2.7z c:\test
1 file(s) copied.
c:\>copy /y e:\DP_Graphics_c_wnt5_x86-32_812b2.7z c:\test
1 file(s) copied.
c:\>echo. | time | find "."
The current time is: 15:38:29.28
c:\>un7zip c:\test\DP_Graphics_A_wnt5_x86-32_812b1.7z c:\test\out c:\ut.log
c:\>un7zip c:\test\DP_Graphics_b_wnt5_x86-32_812b2.7z c:\test\out c:\ut.log
c:\>un7zip c:\test\DP_Graphics_c_wnt5_x86-32_812b2.7z c:\test\out c:\ut.log
c:\>echo. | time | find "."
The current time is: 15:39:27.26
Ultimately it was faster on my PC copying then extracting by half a minute, although I have 2x 7200.10's in RAID0. So I expect this margin to decrease to almost nothing on slower HDD IO.
I will try this again on a laptop when I get home tonight.
Last edited by chud (2008-12-22 21:25:17)