How to display an icon of WinRAR for files zip, rar

English support forum

Moderators: white, Hacker, petermad, Stefan2

Post Reply
pedro22
Junior Member
Junior Member
Posts: 4
Joined: 2017-01-25, 15:49 UTC

How to display an icon of WinRAR for files zip, rar

Post by *pedro22 »

As in the topic - my settings:

Code: Select all

[Associations]
Filter1=*.rar
Filter1.icon=D:\Nowy (2)\WinRar\WinRAR.exe
Filter2=*.zip
Filter2.icon=D:\Nowy (2)\WinRar\WinRAR.exe
but it does not work.
User avatar
Stefan2
Power Member
Power Member
Posts: 4159
Joined: 2007-09-13, 22:20 UTC
Location: Europa

Post by *Stefan2 »

I don't know, but have you tried to "quote your path with spaces" ?






 
User avatar
Lefteous
Power Member
Power Member
Posts: 9535
Joined: 2003-02-09, 01:18 UTC
Location: Germany
Contact:

Post by *Lefteous »

The strange thing here is for me that even with the new option in TC 9 checked "Show default folder/file icons from Explorer" the ZIP icon is displayed instead of the RAR icon.

I think this is discussible.
User avatar
MVV
Power Member
Power Member
Posts: 8702
Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation

Post by *MVV »

It was requested many times, and there is still no way to set custom icon for archives that are registered in TC.
User avatar
Lefteous
Power Member
Power Member
Posts: 9535
Joined: 2003-02-09, 01:18 UTC
Location: Germany
Contact:

Post by *Lefteous »

2MVV
It was requested many times, and there is still no way to set custom icon for archives that are registered in TC.
The option I mentioned isn't about a custom icon but about using the same icon as in Explorer.
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48088
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

2Lefteous
That's a bad idea: When you double click an archive in Explorer, it opens with the app shown by the icon, e.g. WinRAR or 7zip. But when you double click it in TC, it opens inside of TC, like a folder. Therefore the generic "packed folder" icon should be used, not the WinRAR/7zip icon.
Author of Total Commander
https://www.ghisler.com
Pingouin
Junior Member
Junior Member
Posts: 3
Joined: 2023-12-22, 19:09 UTC

Re: How to display an icon of WinRAR for files zip, rar

Post by *Pingouin »

pedro22 wrote: 2017-01-25, 23:28 UTC As in the topic - my settings:

Code: Select all

[Associations]
Filter1=*.rar
Filter1.icon=D:\Nowy (2)\WinRar\WinRAR.exe
Filter2=*.zip
Filter2.icon=D:\Nowy (2)\WinRar\WinRAR.exe
but it does not work.
Totally worked for me, thanks! Added the following at the bottom of WINCMD.INI:

Code: Select all

[Associations]
Filter1=*.rar
Filter1.icon=c:\Program Files\WinRAR\WinRAR.exe
Filter2=*.zip
Filter2.icon=c:\Program Files\WinRAR\WinRAR.exe
Post Reply