View Single Post
  #12  
Old 13-05-2021, 19:05
L33THAK0R's Avatar
L33THAK0R L33THAK0R is offline
Registered User
 
Join Date: Feb 2021
Location: Saudi Arabia
Posts: 406
Thanks: 137
Thanked 117 Times in 70 Posts
L33THAK0R is on a distinguished road
Hi all,

Could anyone share how to structure the compressor header for the Oodle precompressors? The only one I could find was from diskspan:

Code:
[External compressor:oo2reck3,oo2reck4,oo2reck5,oo2reck6,oo2reck7,oo2reck8]
header    = 0
unpackcmd = "Resources\OodleRec\oo2reck.exe" d $$arcdatafile$$.tmp $$arcpackedfile$$.tmp

[External compressor:oo2recm3,oo2recm4,oo2recm5,oo2recm6,oo2recm7,oo2recm8]
header    = 0
unpackcmd = "Resources\OodleRec\oo2recm.exe" d $$arcdatafile$$.tmp $$arcpackedfile$$.tmp

[External compressor:oo2recs3,oo2recs4,oo2recs5,oo2recs6,oo2recs7,oo2recs8]
header    = 0
unpackcmd = "Resources\OodleRec\oo2recs.exe" d $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
However I'm fairly sure you're meant to reference which .ddl for the application to use but I'm not sure how to go about this. As a side question that's not as appropriate for this thread, if anyone could tell me the correct syntax for the header for use with ASIS, I'd greatly appreciate it.

Last edited by L33THAK0R; 13-05-2021 at 19:05. Reason: formatting
Reply With Quote