I am a Beginner and just start learning how to use TC.
I install the ulister as a lister plugin in TC 10.00, but it can't quick view the content list in the RAR file. It says "Error. This version of the file format is not supported" when I press CTRL + Q or F3.
I search it on the internet, but can not find a way to solve this problem. I don't know if there is a way to use the Quick View for RAR files?
Can someone help me? Thank you very much!
How to see the content list in a RAR file in Quick View.
Moderators: Hacker, petermad, Stefan2, white
Re: How to see the content list in a RAR file in Quick View.
jeff001,
Why not just press Enter on a RAR file?
Roman
Why not just press Enter on a RAR file?
Roman
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
- ghisler(Author)
- Site Admin
- Posts: 50390
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: How to see the content list in a RAR file in Quick View.
Or use Ctrl+right arrow (Ctrl+left arrow when in the left window) to show the content of the RAR as a file list in the opposite panel.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Re: How to see the content list in a RAR file in Quick View.
Of course it is possible to show RAR file content in QuickView (or Lister) window.
You need:
a) Anycmd lister plugin - https://totalcmd.net/plugring/anycmd.html
b) RAR console program - http://www.rarlab.com/ or (maybe even better) 7-zip - http://www.7-zip.org/
1. Instal (or just unpack from install file) 7-zip or WinRAR
2. instal anycmd plugin (like any other lister plugin)
3. edit ANYCMD.INI in plugin directory, change "command" line to looks like:
or
You need:
a) Anycmd lister plugin - https://totalcmd.net/plugring/anycmd.html
b) RAR console program - http://www.rarlab.com/ or (maybe even better) 7-zip - http://www.7-zip.org/
1. Instal (or just unpack from install file) 7-zip or WinRAR
2. instal anycmd plugin (like any other lister plugin)
3. edit ANYCMD.INI in plugin directory, change "command" line to looks like:
Code: Select all
command=C:\Program Files\WinRAR\Rar.exe l -scA "%s"
Code: Select all
command=C:\Program Files\7-Zip\7z.exe l -sccWIN "%s"
Re: How to see the content list in a RAR file in Quick View.
Thank you very much, it works. Anycmd is such a powerful plugin.
Gral wrote: 2021-07-05, 12:29 UTC Of course it is possible to show RAR file content in QuickView (or Lister) window.
You need:
a) Anycmd lister plugin - https://totalcmd.net/plugring/anycmd.html
b) RAR console program - http://www.rarlab.com/ or (maybe even better) 7-zip - http://www.7-zip.org/
1. Instal (or just unpack from install file) 7-zip or WinRAR
2. instal anycmd plugin (like any other lister plugin)
3. edit ANYCMD.INI in plugin directory, change "command" line to looks like:orCode: Select all
command=C:\Program Files\WinRAR\Rar.exe l -scA "%s"
Code: Select all
command=C:\Program Files\7-Zip\7z.exe l -sccWIN "%s"