Hello,
anyone configured TC to use Winrar for creating archives especially RAR? Is here any advantage using it over standard Winrar interface? I think Winrar will have more settings than TC. Whats your opinion and how it correctly configure? Thank you.
TC with WinRAR, how to configure?
Moderators: Hacker, petermad, Stefan2, white
Re: TC with WinRAR, how to configure?
The standard interface for RAR in TC can only unpack.
For creating RAR archives you have to define the path of your rar.exe in TCs Packer configuration.
This is my entry:
"C:\Program Files\WinRAR\RAR.exe"
For creating RAR archives you have to define the path of your rar.exe in TCs Packer configuration.
This is my entry:
"C:\Program Files\WinRAR\RAR.exe"
Windows 11 Home, Version 24H2 (OS Build 26100.4061)
TC 11.55 RC2 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.4 x64
TC 11.55 RC2 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.4 x64
- ghisler(Author)
- Site Admin
- Posts: 50547
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: TC with WinRAR, how to configure?
You can use winrar.exe instead of rar.exe in that location too!
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Re: TC with WinRAR, how to configure?
WinRAR works perfectly with TC and support parameters on command line so my config looks like:
(WinRAR.exe is in the path)
Code: Select all
WinRAR.exe -s- -m5 -kb -tl -ts
Re: TC with WinRAR, how to configure?
That sounds excellent. Will be I able to set password which encrypts also file names trough TC interface?
Re: TC with WinRAR, how to configure?
Winrar also supports RAR environment variable, see the Winrar's Help
It's impossible to lead us astray for we don't care even to choose the way.
#259941, TC 11.01 x64, Windows 7 SP1 x64
#259941, TC 11.01 x64, Windows 7 SP1 x64
Re: TC with WinRAR, how to configure?
Yes, with -hp switch.TheOwner wrote: 2022-08-01, 15:07 UTC That sounds excellent. Will be I able to set password which encrypts also file names trough TC interface?
Check out the winrar help file, all switches are listed with explanation and examples.