View Single Post
  #5  
Old 08-10-2020, 21:05
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,073
Thanks: 1,814
Thanked 2,302 Times in 786 Posts
Cesar82 is on a distinguished road
@Razor12911
Could you create a version for us to use this way (key as a parameter)?

Code:
Arc.ini
[External compressor:ue4dt]
header    = 0
packcmd   = ue4dt.exe e -m2 {options} <stdin> <stdout>
unpackcmd = ue4dt.exe d -m2 {options} <stdin> <stdout>

Pack.bat
arc.exe a -ep1 -r -ed -s; -w.\temp -mue4dt:0x5DD20432F2AD810071033FC3F925FFDFD647514524D0A0D222E17D76BAF57BFD+lzma:ultra data.arc "pack\*"
It would be great if we had that possibility.
In this way we could send the key from a .bat file (like DiskSpan.bat currently used together with CIU).
Reply With Quote
The Following User Says Thank You to Cesar82 For This Useful Post:
KaktoR (09-10-2020)