Hi, sometimes when i press compare button inside synchronize directories window, i noticed that a subdirectory have some files that shouldn't be in that subdirectory and i want to move them to the correct one.
So i must open a new instance of Tc and navigate to this subdirectory, what
i'd like to suggest is a new entry on synchronize context menu that open a new
instance of Tc with the directory of current highlighted file, kind regards.
Synchronize directories suggestion
Moderators: Hacker, petermad, Stefan2, white
Re: Synchronize directories suggestion
Why not synchronize the directories in a separate process? em_SyncStandalone:
Command: %COMMANDER_EXE% /O /S=S:
Parameters: %Z%X"%P" "%T"
Command: %COMMANDER_EXE% /O /S=S:
Parameters: %Z%X"%P" "%T"
Overquoting is evil! 👎
Re: Synchronize directories suggestion
Thanks for answeringFla$her wrote: 2023-03-23, 07:53 UTC Why not synchronize the directories in a separate process? em_SyncStandalone:
Command: %COMMANDER_EXE% /O /S=S:
Parameters: %Z%X"%P" "%T"

Right know i'm using this trick that HolgerK was so kind to told me
https://www.ghisler.ch/board/viewtopic.php?p=426827#p426827
With the help of this trick i can open a new instance of Tc that shows this directory on the left panel.
But it would be better if it's supported by Tc itself on synchronize directories context menu, or implement commands such as
cm_CopySrcPathToClip
cm_CopyTrgPathToClip
cm_CopyFullNamesToClip
cm_CopyNetNamesToClip
inside synchronize directories window, so we can use AutoHotkey to automate this or any other function.
Thanks again & kind regards.
Last edited by Galizza on 2023-03-23, 10:21 UTC, edited 2 times in total.
Re: Synchronize directories suggestion
2Galizza
Opening a new instance of TC is too specific for the synchronization window. But the transfer to the object in the current panels would be very useful. Therefore, i talk about a separate synchronization window, so that it would be possible to switch between windows and not create a new instance of TC.
Opening a new instance of TC is too specific for the synchronization window. But the transfer to the object in the current panels would be very useful. Therefore, i talk about a separate synchronization window, so that it would be possible to switch between windows and not create a new instance of TC.
Overquoting is evil! 👎
Re: Synchronize directories suggestion
I tried using this Internal association (as the last in the list) together with the AssociationMultiVerbs=1 parameter
and it works fine in the context menu in the ordinary file panels.
But when I in the Synchronization tool opens the context menu (Alt+DownArrow or Shift+Alt+DownArrow), no internal associations turns up in the menu.
So support+++ for making internal associations also turn up in the context menu when invoked from the Synchronization tool.
Code: Select all
Filter20=*.*
Filter20_open=**
Filter20_New TC instance=%COMMANDER_EXE% /N /P /i="%COMMANDER_INI%" "%1"
But when I in the Synchronization tool opens the context menu (Alt+DownArrow or Shift+Alt+DownArrow), no internal associations turns up in the menu.
So support+++ for making internal associations also turn up in the context menu when invoked from the Synchronization tool.
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar