why can't we put in background the copy dialog box ?
Moderators: Hacker, petermad, Stefan2, white
-
- Senior Member
- Posts: 202
- Joined: 2010-12-12, 10:05 UTC
- Location: Amiens
why can't we put in background the copy dialog box ?
hi,
when i'm doing a synchronize operation between to drive, then there is the copy-dialog box of progress copy in foreground which is displayed in nodal (or modal).
but i can't put it in background to continue to use total commander during this long operation.
i understand it is to preserve the original state of the drives before the sync stat, but it would be great to put it in background and FREEZE the drive letters (or access) the the drives which is in sinc process.
i didn't try to open another instance of TC during the sinc process and i don't.
i really would prefer a freeze thing to continue to use one instance of TC.
have a good day
when i'm doing a synchronize operation between to drive, then there is the copy-dialog box of progress copy in foreground which is displayed in nodal (or modal).
but i can't put it in background to continue to use total commander during this long operation.
i understand it is to preserve the original state of the drives before the sync stat, but it would be great to put it in background and FREEZE the drive letters (or access) the the drives which is in sinc process.
i didn't try to open another instance of TC during the sinc process and i don't.
i really would prefer a freeze thing to continue to use one instance of TC.
have a good day
i'm an old long user of TC since the windows 3.11 release !, for the history, i came to tc when i migrate from amiga commodore to PC where they are diskmanager and directory opus there.
- ghisler(Author)
- Site Admin
- Posts: 50873
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
The problem is that sync doesn't just use one copy function, it uses 2 functions (left to right and right to left), sometimes different types like packing+unpacking. Currently it's not possible to put these in the background.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
-
- Senior Member
- Posts: 202
- Joined: 2010-12-12, 10:05 UTC
- Location: Amiens
so, maybe you should run the sync process into a secondary instance, an instance run specially for this task.ghisler(Author) wrote:The problem is that sync doesn't just use one copy function, it uses 2 functions (left to right and right to left), sometimes different types like packing+unpacking. Currently it's not possible to put these in the background.
As i said, i sure you did not prevent the fact that a user can also run many instances of TC and can "desorder" the source/target drives currently in sync process...
Even me i do it with windows explorer because TC did not chech the available space needed before starting the synch process, so i often have a "no enought space on X drive", then i have to go under windows explorer to make space and go back in TC to hit the retry buton.
i'm an old long user of TC since the windows 3.11 release !, for the history, i came to tc when i migrate from amiga commodore to PC where they are diskmanager and directory opus there.
You can use a button or user command to start the synchronization in a separate process:Michael REMY wrote:maybe you should run the sync process into a secondary instance, an instance run specially for this task
Code: Select all
TOTALCMD#BAR#DATA
%COMMANDER_EXE% /S=S:
%X /L="%P" /R="%T"
wcmicons.dll,48
Synchronize in separate process
0
-1
HTHF1 4.a Command line parameters wrote:/S=S Start "Synchronize dirs" directly, accepts two paths as parameters, or alternatively a settings name in the form /S=S:SettingsName
If the parameter begins with an equal sign "=", e.g. /S=S:=SettingsName, the comparison will start immediately. If the equal sign is the only parameter, e.g. /S=S:= , the comparison will start with the passed directories and last used options.
Holger
- fenix_productions
- Power Member
- Posts: 1979
- Joined: 2005-08-07, 13:23 UTC
- Location: Poland
- Contact:
One note for this:HolgerK wrote:You can use a button or user command to start the synchronization in a separate process:Michael REMY wrote:maybe you should run the sync process into a secondary instance, an instance run specially for this taskCode: Select all
TOTALCMD#BAR#DATA %COMMANDER_EXE% /S=S: %X /L="%P" /R="%T" wcmicons.dll,48 Synchronize in separate process 0 -1
HTHF1 4.a Command line parameters wrote:/S=S Start "Synchronize dirs" directly, accepts two paths as parameters, or alternatively a settings name in the form /S=S:SettingsName
If the parameter begins with an equal sign "=", e.g. /S=S:=SettingsName, the comparison will start immediately. If the equal sign is the only parameter, e.g. /S=S:= , the comparison will start with the passed directories and last used options.
Holger
Code: Select all
---------------------------
Total Commander
---------------------------
This function cannot be used with packed files!
---------------------------
OK
---------------------------
"When we created the poke, we thought it would be cool to have a feature without any specific purpose." Facebook...
#128099
#128099
- ghisler(Author)
- Site Admin
- Posts: 50873
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
You can put %Z in the parameters to allow archive paths in the parameters.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com