|
#1
|
|||
|
|||
|
CLS Wrapper
A wrapper for cls to be used as stdio/fio purpose. If you have a cls based (de)compressor and want to use that with file/std io but not using freearc, you can use this.
In order to use cls with this, cls-xxx.dll must be renamed to arc-xxx.dll to avoid contradiction with freearc. Usage: Quote:
Code:
[External compressor:lolz]
header = 0
packcmd = lolz_x64.exe {options} $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = clsw.exe d:lolz - - <stdin> <stdout>
[External compressor:bpk]
header = 0
packcmd = clsw.exe c:bpk - - <stdin> <stdout>
unpackcmd = clsw.exe d:bpk_u - - <stdin> <stdout>
[External compressor:diskspan]
header = 0
packcmd = clsw.exe c:diskspan 100mb:512mb - - <stdin> <stdout>
unpackcmd = clsw.exe d:diskspan - - <stdin> <stdout>
__________________
NOT AVAILABLE |
| Sponsored Links |
|
#2
|
||||
|
||||
|
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>
|
|
#3
|
|||
|
|||
|
Not in a folder.
c: or d: is for the compressor name, not the dir+file. You need to rename cls-bpk_u.dll to arc-bpk_u.dll to avoid conflicts with freearc.
__________________
NOT AVAILABLE |
| The Following User Says Thank You to 78372 For This Useful Post: | ||
Cesar82 (13-11-2020) | ||
|
#4
|
||||
|
||||
|
@78372 , Thanks!
In the next versions of CIU I will create folder structure for the decompressors, but the CLS I am obliged to put in the main folder, I imagined that this executable of yours could be used for that use as well. |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Protection ID info thread - v6.4.0 (build 08.07.2010) | cdkiller | PC Games | 563 | 18-08-2022 15:45 |
| Packjpeg Wrapper | 78372 | Conversion Tutorials | 2 | 15-09-2020 00:09 |
| Risen | ShadowDuke | PC Games - Protection List | 3 | 18-03-2010 11:04 |