how can i send many files to total commander?

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
giulia
Senior Member
Senior Member
Posts: 336
Joined: 2013-09-14, 05:33 UTC
Location: Europe

how can i send many files to total commander?

Post by *giulia »

Hi

how can i send many files to total commander?

for example , i create in xnview a new icon for total commander

when i select 5 files and click the icon of total commander
total commander start with only 1 file(photo) selected

i would to open total commander and with the 5 files selected

thanks
User avatar
Bluestar
Senior Member
Senior Member
Posts: 388
Joined: 2007-06-10, 15:26 UTC
Location: Hungary
Contact:

Post by *Bluestar »

@giulia:
Hi,

Its only a few steps: you can send commands to TC (even programatically), so only these are the needed ones after each other:

01. Paste the list of the selected files to the clipboard (every file to a new line) from the source software (XnView in this case)
02. Jump to the current directory of the images (or go to the root of the drive) [examples here and there if you'd like to do it from code]
03. Send "cm_DirBranch" to the command line of TC
04. Send "cm_LoadSelectionFromClip" to the command line of TC
05. Send "cm_ShowOnlySelected" to the command line of TC
06. (optional) Send "cm_GoToFirstFile" to the command line of TC

Maybe there's a shorter way - if so, other will let you know for sure. :)

Regards,
Bluestar
» Developer of Total Updater & extDir utility.
Post Reply