I usually use TC with one Window(cm_100Percent) and with different tab(they are all in left window)
cm_CopySamepanel,can copy files within different tabs ! but I need move!
cm_RenameOnly,can move multiple files within different tab! but sometimes I need move one file within different tabs.
how can I move one file or multiple files within different tabs ?
how to move files within difference tabs ?
Moderators: Hacker, petermad, Stefan2, white
Re: how to move files within difference tabs ?
i think you just can not do that.
Re: how to move files within difference tabs ?
You can copy and then to delete !xiaomm250 wrote: 2021-12-10, 01:09 UTC I usually use TC with one Window(cm_100Percent) and with different tab(they are all in left window)
cm_CopySamepanel,can copy files within different tabs ! but I need move!
cm_RenameOnly,can move multiple files within different tab! but sometimes I need move one file within different tabs.
how can I move one file or multiple files within different tabs ?
You could try to use both command in a button (cm_wait is optional )
Code: Select all
TOTALCMD#BAR#DATA
cm_copySamePanel, cm_wait 1000, cm_delete
wcmicons.dll,63
-1
Re: how to move files within difference tabs ?
This can be done with the mouse by dragging a file onto the tab (header) and then dropping it there while holding the Shift key. An all-mouse way would be to press the right mouse button while dropping the file (instead of pressing Shift).
Regards
Dalai
Regards
Dalai
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Re: how to move files within difference tabs ?
not a good method,copy and delete is more easy than your methodDalai wrote: 2021-12-10, 11:58 UTC This can be done with the mouse by dragging a file onto the tab (header) and then dropping it there while holding the Shift key. An all-mouse way would be to press the right mouse button while dropping the file (instead of pressing Shift).
Regards
Dalai
Re: how to move files within difference tabs ?
It's also possible to use Doesn't help with inactive tabs though. Well, TC is an orthodox file-manager, intended to be used with two panels. By reducing that to just one panel, most of the functions regarding file operations are quite, if not severely, limited. But TC also has directory trees.
Regards
Dalai
Code: Select all
cm_MatchSrc, cm_MoveOnly
Regards
Dalai
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror