[Fixed] cm_* command for "Show all files"
Moderators: Hacker, petermad, Stefan2, white
[Fixed] cm_* command for "Show all files"
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.
Re: cm_* command for "Show all files"
(DELETED - may be confusing)
Last edited by Gral on 2022-05-21, 13:46 UTC, edited 1 time in total.
Re: cm_* command for "Show all files"
Doesn't work. Here is my button:
If I filter the file list via Shift+S, CTRL+F10 returns things back to the initial state, while the button does NIL.
Code: Select all
TOTALCMD#BAR#DATA
cd *.*
C:\Program Files\totalcmd\WCMICONS.DLL,13
Show All Files
0
-1
Re: cm_* command for "Show all files"
cm_SrcAllFiles
?
?
Re: cm_* command for "Show all files"
TOTALCMD.inc >> cm_SrcAllFiles=312;Source: All files
Copy&Paste button-code
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
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
Re: cm_* command for "Show all files"
OMG
Of course, i copy command from my user menu instad of original
Of course, i copy command from my user menu instad of original

Re: cm_* command for "Show all files"
Code: Select all
cm_SrcAllFiles