[Fixed] cm_* command for "Show all files"

English support forum

Moderators: white, Hacker, petermad, Stefan2

Post Reply
arko
Junior Member
Junior Member
Posts: 85
Joined: 2020-04-05, 06:41 UTC

[Fixed] cm_* command for "Show all files"

Post by *arko »

I am trying to add "Show --> All files" also known as "Ctrl+F10" to the main bar, but can't find the corresponding cm_ command. Any clues?
Last edited by arko on 2022-12-26, 03:04 UTC, edited 1 time in total.
User avatar
Gral
Power Member
Power Member
Posts: 1467
Joined: 2005-01-26, 15:12 UTC

Re: cm_* command for "Show all files"

Post by *Gral »

(DELETED - may be confusing)
Last edited by Gral on 2022-05-21, 13:46 UTC, edited 1 time in total.
arko
Junior Member
Junior Member
Posts: 85
Joined: 2020-04-05, 06:41 UTC

Re: cm_* command for "Show all files"

Post by *arko »

Doesn't work. Here is my button:

Code: Select all

TOTALCMD#BAR#DATA
cd *.*

C:\Program Files\totalcmd\WCMICONS.DLL,13
Show All Files

0
-1
If I filter the file list via Shift+S, CTRL+F10 returns things back to the initial state, while the button does NIL.
User avatar
tuska
Power Member
Power Member
Posts: 3758
Joined: 2007-05-21, 12:17 UTC

Re: cm_* command for "Show all files"

Post by *tuska »

cm_SrcAllFiles
?
User avatar
Stefan2
Power Member
Power Member
Posts: 4157
Joined: 2007-09-13, 22:20 UTC
Location: Europa

Re: cm_* command for "Show all files"

Post by *Stefan2 »

TOTALCMD.inc >> cm_SrcAllFiles=312;Source: All files



Copy&Paste button-code

Code: Select all

TOTALCMD#BAR#DATA
cm_SrcAllFiles

wciconex.dll,3
cm_SrcAllFiles


312

cd *.* and cm_SrcAllFiles cancels "normal" file filtering

For "filter the file list via Shift+S" aka QuickView-filtering cancel with ESC-key (press twice) or cm_SrcAllFiles or toggle with Strg+S



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

Re: cm_* command for "Show all files"

Post by *Gral »

OMG
Of course, i copy command from my user menu instad of original :oops:
arko
Junior Member
Junior Member
Posts: 85
Joined: 2020-04-05, 06:41 UTC

Re: cm_* command for "Show all files"

Post by *arko »

Code: Select all

cm_SrcAllFiles
does the job. Thanks!
Post Reply