Is it possible to disable the confirmation message that appears when copying files with very long names?
I mean the message that says: "The target name length (nnn) is more than 259 characters! ....
It happens to me many times that I put a large number of files and folders to copy, I let it do it... and when I return I find that the copy stopped halfway at the beginning because of this message!
And if there is no way... I hope you can add a parameter in the future to configure if you want this confirmation to appear...
Thank you very much!
confirmation "The target name length..."
Moderators: Hacker, petermad, Stefan2, white
-
- Junior Member
- Posts: 2
- Joined: 2022-04-22, 17:43 UTC
Re: confirmation "The target name length..."
So, in the [Configuration] section of your wincmd.ini put: LongNameCopy=1Help wrote:LongNameCopy=0 During file operations, warn if target name is longer than 259 characters:
0=always
1=never
2=if source name isn't longer than 259 characters
3=disallow long names
Last edited by petermad on 2022-04-23, 05:50 UTC, edited 1 time in total.
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
-
- Junior Member
- Posts: 2
- Joined: 2022-04-22, 17:43 UTC
Re: confirmation "The target name length..."
it worked! great! thanks for answering!