I have set internal associations for lots of file types including zip files. I have also set their icons and all are working except zip files. I have set the association for zip files with 7zip and also set the icon to 7zip icon. But the icons are still just the simple yellowish box for all zip files in my TC. Here is the code in wincmd.ini:
Filter1=*.zip
Filter1_open=%COMMANDER_DRIVE%\7-Zip\7zFM.exe %1
Filter1.icon=%COMMANDER_DRIVE%\7-Zip\7zFM.exe
This does work for any other file type with any other icon and even with 7zip icon, but this does not work for zip files.
Does anyone know have any though on what my be the issue?
Thanks
Internal association icon not working for zip files
Moderators: Hacker, petermad, Stefan2, white
Hello, msrox.
Yes, there is. But doing so comes at a price:
In order to get rid of the T.C. internal packer icon, you have to configure T.C. not to treat archives like folders. The downside of doing so is that double clicking will not open an archive like a folder. Pressing <Ctrl><PgDn>, however, will still work.
Can be configured through the configuration dialogues.
Manual way:
file wincmd.ini
section [Packer]
option ZIPlikeDirectory=0
Cheers,
Karl
Yes, there is. But doing so comes at a price:
In order to get rid of the T.C. internal packer icon, you have to configure T.C. not to treat archives like folders. The downside of doing so is that double clicking will not open an archive like a folder. Pressing <Ctrl><PgDn>, however, will still work.
Can be configured through the configuration dialogues.
Manual way:
file wincmd.ini
section [Packer]
option ZIPlikeDirectory=0
Cheers,
Karl