how to move files within difference tabs ?

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
xiaomm250
Junior Member
Junior Member
Posts: 25
Joined: 2021-12-03, 09:43 UTC

how to move files within difference tabs ?

Post by *xiaomm250 »

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 ?
User avatar
dindog
Senior Member
Senior Member
Posts: 316
Joined: 2010-10-18, 07:41 UTC

Re: how to move files within difference tabs ?

Post by *dindog »

i think you just can not do that.
User avatar
nsp
Power Member
Power Member
Posts: 1922
Joined: 2005-12-04, 08:39 UTC
Location: Lyon (FRANCE)
Contact:

Re: how to move files within difference tabs ?

Post by *nsp »

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 can copy and then to delete !
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
User avatar
Dalai
Power Member
Power Member
Posts: 9970
Joined: 2005-01-28, 22:17 UTC
Location: Meiningen (Südthüringen)

Re: how to move files within difference tabs ?

Post by *Dalai »

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
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64

Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
xiaomm250
Junior Member
Junior Member
Posts: 25
Joined: 2021-12-03, 09:43 UTC

Re: how to move files within difference tabs ?

Post by *xiaomm250 »

Dalai 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
not a good method,copy and delete is more easy than your method
User avatar
Dalai
Power Member
Power Member
Posts: 9970
Joined: 2005-01-28, 22:17 UTC
Location: Meiningen (Südthüringen)

Re: how to move files within difference tabs ?

Post by *Dalai »

It's also possible to use

Code: Select all

cm_MatchSrc, cm_MoveOnly
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
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64

Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Post Reply