tuska wrote: 2024-10-30, 14:35 UTC
Gral wrote: 2024-10-30, 15:25 UTC
nsp wrote: 2024-10-30, 15:29 UTC
many thanks for all responses
I have Ulister installed however it's doesn't detect Zip files.
Once I adjust the [ListerPlugins] by adding to %COMMANDER_PATH%\plugins\wlx\ulister\ulister.wlx
Ulister Quick view will show following error for zip files:
Error
A viewer for this format is not currently available.
Solution suggested by the following link
viewtopic.php?p=403695#p403695 also doesn’t change a thing unfortunately.
As I strictly followed the instructions
1. Install Anycmd lister plugin -
https://totalcmd.net/plugring/anycmd.html
2. Install RAR console program -
http://www.rarlab.com/
3. edit ANYCMD.INI in plugin directory, change "command" line to looks like: command=C:\Program Files\WinRAR\Rar.exe l -scA "%s"
Initially it was:
Code: Select all
[AnyCmd]
command=sort %s
DetectString=EXT=TXT
Stream=3
I adjusted it to be:
Code: Select all
[AnyCmd]
command=C:\Program Files\WinRAR\Rar.exe l -scA "%s"
DetectString=EXT=TXT
Stream=3
Update
when I also adjust a string DetectString=EXT=
ZIP then AnyCmd Lister will be trigger
but it will show information about the zip archive and not the inner content.
Would be happy to hear any other ideas and suggestion