PDA

View Full Version : Multi-step compression


Welder05
09-04-2021, 08:33
Hi, guys!
I need to separate the compression process in several days
Is there any way to do it?
First day oo2recm
Second day srep
Third day compression with lolz and finish bin file

I share the pc with my girl, I want to divide the compression process in several early hours.
Thank you

BLACKFIRE69
09-04-2021, 09:00
this isn't a good idea.


Day 01:
arc.exe ... -m=oo2recm data1.o2r "GameFiles1\*.*"

Day 02:
arc.exe ... -m=srep data1.srp data1.02r

Day 03:
arc.exe ... -m=lolz data1.bin data1.srp



=> "GameFiles1\*.*" >> data1.bin

shazzla
09-04-2021, 09:16
Maybe exists some kind of software to suspend specific processes at user-defined time....
It could be a solution...

Or u can do it manually with Sysinternals process explorer.

Welder05
09-04-2021, 10:37
this isn't a good idea.


Day 01:
arc.exe ... -m=oo2recm data1.o2r "GameFiles1\*.*"

Day 02:
arc.exe ... -m=srep data1.srp data1.02r

Day 03:
arc.exe ... -m=lolz data1.bin data1.srp



=> "GameFiles1\*.*" >> data1.bin
Why? Ty.

Welder05
09-04-2021, 10:39
Maybe exists some kind of software to suspend specific processes at user-defined time....
It could be a solution...

Or u can do it manually with Sysinternals process explorer.

But the process will continue to consume RAM and you can't turn off the pc, ty

KaktoR
09-04-2021, 11:17
Maybe try with this

https://fileforums.com/showthread.php?t=102879

It's for some other purpose but maybe you could "misuse" it the way you want.

Welder05
09-04-2021, 13:40
Maybe try with this

https://fileforums.com/showthread.php?t=102879

It's for some other purpose but maybe you could "misuse" it the way you want.


This tool is perfect, ty.