Auto-renaming copying is interrupted on one of the selected folders
Moderators: Hacker, petermad, Stefan2, white
- ghisler(Author)
- Site Admin
- Posts: 50390
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: Auto-renaming copying is interrupted on one of the selected folders
Still no problems here after many tries. I will keep trying.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Re: Auto-renaming copying is interrupted on one of the selected folders
There is no bug if CopyDefaultMethod=0.
Re: Auto-renaming copying is interrupted on one of the selected folders
In my case, it didn't help.
Overquoting is evil! 👎
Re: Auto-renaming copying is interrupted on one of the selected folders
This also works for me: cm_Copy /AGO5V1.
- ghisler(Author)
- Site Admin
- Posts: 50390
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: Auto-renaming copying is interrupted on one of the selected folders
I was able to reproduce it now! It happens when the actual copy operation is faster than adding more operations to the background transfer manager! Then the manager reaches the (although only temporary) end of the list, and resets the copy flags.
You can avoid the problem by manually opening a background transfer manager and pausing it before using cm_Copy /AGO5.
I will add code to handle this situation.
You can avoid the problem by manually opening a background transfer manager and pausing it before using cm_Copy /AGO5.
I will add code to handle this situation.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Re: Auto-renaming copying is interrupted on one of the selected folders
But the condition did not specify the use of the transfer manager before executing the command.ghisler(Author) wrote: 2023-06-22, 09:56 UTC You can avoid the problem by manually opening a background transfer manager and pausing it before using cm_Copy /AGO5.
Overquoting is evil! 👎
- ghisler(Author)
- Site Admin
- Posts: 50390
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: Auto-renaming copying is interrupted on one of the selected folders
/A always uses the background transfer manager when there are target paths.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Re: Auto-renaming copying is interrupted on one of the selected folders
Confirmed fixed in TC 11.00b9. Thanks!History.txt wrote:22.06.23 Fixed: Copy file(s) to multiple targets with option 5 (auto-rename copied) could still ask for overwrite confirmation if the copy thread was faster than adding more files (32/64)
Re: Auto-renaming copying is interrupted on one of the selected folders
Fixed! 
Overquoting is evil! 👎