Thread: CLS Wrapper
View Single Post
  #2  
Old 13-11-2020, 03:53
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,074
Thanks: 1,814
Thanked 2,304 Times in 787 Posts
Cesar82 is on a distinguished road
Great job.
With this executable would it be possible to use CLS libraries in a folder structure with IsDone?
Something like this:
Code:
Folder structure
{tmp}\CLSW\clsw.exe
{tmp}\BPK\CLS-BPK_U.dll

Arc.ini
[External compressor:bpk]
header = 0
packcmd = "CLSW\clsw.exe" c:"BPK\bpk" - - <stdin> <stdout>
unpackcmd =  "CLSW\clsw.exe" d:"BPK\bpk_u" - - <stdin> <stdout>
Reply With Quote