How to select a group of files with just one key?

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
metaforce
Junior Member
Junior Member
Posts: 8
Joined: 2016-04-02, 23:28 UTC

How to select a group of files with just one key?

Post by *metaforce »

Let's say I have a group Pictures with the extensions of the all major picture formats. How could I select that group with just one key instead opening the dialog window below every time? Basically, is there a shortcut to select all picture files from a folder using just one key?

Image: http://i.imgur.com/8Br3k8N.png
User avatar
silencer
Senior Member
Senior Member
Posts: 208
Joined: 2003-05-13, 13:18 UTC
Location: The Netherlands

Post by *silencer »

there is a command "SELECTFILES <*.ext *.ex2>" for which you can create a button. I guess you could somehow make shortcut for that also with EM_ commands
User avatar
nsp
Power Member
Power Member
Posts: 1951
Joined: 2005-12-04, 08:39 UTC
Location: Lyon (FRANCE)
Contact:

Post by *nsp »

silencer wrote:there is a command "SELECTFILES <*.ext *.ex2>" for which you can create a button. I guess you could somehow make shortcut for that also with EM_ commands
Unfortunatelly SELECTFILES seems to not support group (Bug or by Design). If you use SELECTFILES >Pictures all files will be selected instead of only the Pictures. The command CD >Pictures only show the pictures... As an Alternative you could make a command that filter the wanted files and then select all files...

Or ask in Bug section that SELECTFILES does not support file group !
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 50909
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

Looks like a bug - I will check it!
Author of Total Commander
https://www.ghisler.com
metaforce
Junior Member
Junior Member
Posts: 8
Joined: 2016-04-02, 23:28 UTC

Post by *metaforce »

silencer wrote:there is a command "SELECTFILES <*.ext *.ex2>" for which you can create a button. I guess you could somehow make shortcut for that also with EM_ commands
Thanks, that worked. I added all common picture formats. Actually the goal was to select all pictures in a folder (using groups of files or not).
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 50909
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

Using
SELECTFILES >Pictures
With "Pictures" a saved search should now work with RC3, please test it!

Also there are variations which are used like this:
SELECTFILESDL (here: only directories, left side)

Meaning:
D: select only directories
B: select both files and directories
U: do not expand existing selection, clear first
L: left side
R: right side
T: target side
S: if shift pressed then toggle "folders" option
Author of Total Commander
https://www.ghisler.com
User avatar
nsp
Power Member
Power Member
Posts: 1951
Joined: 2005-12-04, 08:39 UTC
Location: Lyon (FRANCE)
Contact:

Post by *nsp »

ghisler(Author) wrote:Using
SELECTFILES >Pictures
With "Pictures" a saved search should now work with RC3, please test it!...
- Confirm Bug Fixed
Post Reply