Quote:
Originally Posted by ShadowEagle
Will the progress be shown by isdone for all operations using your method?
|
Hi ShadowEagle only show the progress when the installer unpack precomp files, and not rawrest part.
---------------------------------------------------------------------------------------------
Quote:
Sorry amigo for such a late reply....Was busy in studies....
It works as inquired by you i.e. extracts .raw data then process them with precomp......
|
very nice ramirocruzo, i dont have time to make a long test, so can you help to edward99 with watchdogs with your idea?
also i take your idea and made my own version.
"change the commands of precomp"
to
Code:
dir /s /b *.raw | ppx2 -P 2 -L 1 precomp -brute0 -cn -v -f "{}"
and remember ppx2 have max 4 process (4 cores) at once (-p 4) if you have more than 2 cores please change the command.
Thank you RamiroCruzo