How to hide own specific file types like .pek and .pkf ?

English support forum

Moderators: white, Hacker, petermad, Stefan2

Post Reply
User avatar
Achiles
Junior Member
Junior Member
Posts: 28
Joined: 2007-02-08, 20:32 UTC
Location: Transylvania

How to hide own specific file types like .pek and .pkf ?

Post by *Achiles »

Greetings!

I am looking for a way to hide certain file extensions just as hidden/system files are hidden.

For example, some of the programs I use create peak files, which, while useful, never get to be run directly and clutter the view.
Setting, say, .pek and .pkf files as hidden would make them visible only when I turn hidden/system files on.

How can this be done?

Thank you!
User avatar
petermad
Power Member
Power Member
Posts: 14810
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Re: How to hide own specific file types like .pek and .pkf ?

Post by *petermad »

Put *.pek and *.pks on the ignore list = "Configuration" -> "Options..." -> "Ignore list"

Remember to select the box "Ignore (don't show) the following files and folders"
License #524 (1994)
Danish Total Commander Translator
TC 11.03 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1371a
TC 3.50 on Android 6 & 13
Try: TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
User avatar
Stefan2
Power Member
Power Member
Posts: 4159
Joined: 2007-09-13, 22:20 UTC
Location: Europa

Re: How to hide own specific file types like .pek and .pkf ?

Post by *Stefan2 »

Achiles wrote: 2024-04-13, 08:41 UTC
I am looking for a way to hide certain file extensions just as hidden/system files are hidden.


You can assign hidden- and system- attribute to ANY specific file you want.
This is a feature of the FileSystem of your OperationSystem.
For more see my first google result >>> lifewire.com



Also you may want to use the DOS ATTRIB command to change attr of specific files (or all from a folder): csulb.edu



You can also use TC menu "Files > Change Attributes...".


Follow petermad advice with "ignore list" to hide directly all specific extension (like *.txt), and that this way "portable", only inside of TC.


EDIT with:



HolgerK wrote: 2009-10-24, 12:26 UTC
"Configuration -> Options -> Ignore list"

Add what ever you want to be ignored to the list.
E.g ".svn\" :wink:


To toggle the ignorelist use a button like this:

Code: Select all

TOTALCMD#BAR#DATA
cm_SwitchIgnoreList

WCMICONS.dll,81


0
2922
(<<< this Copy&Paste button-code)


HTH
Holger
 
User avatar
Gral
Power Member
Power Member
Posts: 1467
Joined: 2005-01-26, 15:12 UTC

Re: How to hide own specific file types like .pek and .pkf ?

Post by *Gral »

Don't forget "classic" way - press Ctrl+F12, type

Code: Select all

*.* | *.pek *.pkf
and press "OK"
User avatar
Stefan2
Power Member
Power Member
Posts: 4159
Joined: 2007-09-13, 22:20 UTC
Location: Europa

Re: How to hide own specific file types like .pek and .pkf ?

Post by *Stefan2 »

Gral wrote: 2024-04-13, 14:54 UTC Don't forget "classic" way - press Ctrl+F12, type

Code: Select all

*.* | *.pek *.pkf
and press "OK"

Here I think you should mention that this is temporary only, and also tell how to see all files again.





 
User avatar
Achiles
Junior Member
Junior Member
Posts: 28
Joined: 2007-02-08, 20:32 UTC
Location: Transylvania

Re: How to hide own specific file types like .pek and .pkf ?

Post by *Achiles »

petermad wrote: 2024-04-13, 13:03 UTC Put *.pek and *.pks on the ignore list = "Configuration" -> "Options..." -> "Ignore list"

Remember to select the box "Ignore (don't show) the following files and folders"
Thank you petermad,

This is nice, but is there a way to temporarily "unignore", or to suspend the ignore list without going into Configuration?
Assigning the Ignore list on/off to a key combination or a button would work great.
User avatar
Achiles
Junior Member
Junior Member
Posts: 28
Joined: 2007-02-08, 20:32 UTC
Location: Transylvania

Re: How to hide own specific file types like .pek and .pkf ?

Post by *Achiles »

Stefan2 wrote: 2024-04-13, 16:40 UTC
Gral wrote: 2024-04-13, 14:54 UTC Don't forget "classic" way - press Ctrl+F12, type

Code: Select all

*.* | *.pek *.pkf
and press "OK"
Here I think you should mention that this is temporary only, and also tell how to see all files again.
Yes, how do I see them again? :D

Thanks for the ideas, All
User avatar
Sir_SiLvA
Power Member
Power Member
Posts: 3300
Joined: 2003-05-06, 11:46 UTC

Re: How to hide own specific file types like .pek and .pkf ?

Post by *Sir_SiLvA »

Achiles wrote: 2024-04-14, 11:21 UTC Yes, how do I see them again? :D
CTRL+F10.

PS: reading the helpfile helps :D
Hoecker sie sind raus!
User avatar
Stefan2
Power Member
Power Member
Posts: 4159
Joined: 2007-09-13, 22:20 UTC
Location: Europa

Re: How to hide own specific file types like .pek and .pkf ?

Post by *Stefan2 »

Achiles wrote: 2024-04-14, 11:17 UTC ... is there a way to temporarily "unignore", or to suspend the ignore list ...

cm_SwitchIgnoreList



A quick forum search for "ignore list" reveals "cm_SwitchIgnoreList" , e.g.:
HolgerK wrote: 2009-10-24, 12:26 UTC "Configuration -> Options -> Ignore list"
Add what ever you want to be ignored to the list.
E.g ".svn\" :wink:

Use a button like this:

Code: Select all

TOTALCMD#BAR#DATA
cm_SwitchIgnoreList

WCMICONS.dll,81


0
2922
(copy&paste button-code)

to toggle the ignorelist.

HTH
Holger


 
Post Reply