Fast Copy Non-Unicode Folders Problem

English support forum

Moderators: white, Hacker, petermad, Stefan2

User avatar
nsp
Power Member
Power Member
Posts: 1803
Joined: 2005-12-04, 08:39 UTC
Location: Lyon (FRANCE)
Contact:

Post by *nsp »

drbeat wrote:v3.31
Changes:
Allow BOM in the specified files by /srcfile= or /srcfile_w= options.

But same problem exists. Any suggestions?
did you tried /srcfile=%UL it is just UTF8 but should be OK for most of the case....
Modern Windows Unicode term is UTF16, %U prefix of TC is referring to UTF8 it is not as Wide as %W UTF16 which fit Unicode.
User avatar
Horst.Epp
Power Member
Power Member
Posts: 6450
Joined: 2003-02-06, 17:36 UTC
Location: Germany

Post by *Horst.Epp »

nsp wrote:
drbeat wrote:v3.31
Changes:
Allow BOM in the specified files by /srcfile= or /srcfile_w= options.

But same problem exists. Any suggestions?
did you tried /srcfile=%UL it is just UTF8 but should be OK for most of the case....
Modern Windows Unicode term is UTF16, %U prefix of TC is referring to UTF8 it is not as Wide as %W UTF16 which fit Unicode.
That works perfect with the sample "Defian От" from the thread start :D
Windows 11 Home x64 Version 23H2 (OS Build 22631.3374)
TC 11.03 x64 / x86
Everything 1.5.0.1371a (x64), Everything Toolbar 1.3.2, Listary Pro 6.3.0.69
QAP 11.6.3.2 x64
drbeat
Junior Member
Junior Member
Posts: 57
Joined: 2017-01-01, 01:13 UTC

Post by *drbeat »

Code: Select all

/no_exec /cmd=force_copy  /open_window /speed=full  /to="%T"  %P%S 
Worked great. Thank you very much.

BTW Developer will fix it in new version.
drbeat
Junior Member
Junior Member
Posts: 57
Joined: 2017-01-01, 01:13 UTC

Post by *drbeat »

FastCopy 3.32 solved unicode problem.

Too many files selected this button code gives error: Too many files selected

/auto_close /balloon=FALSE /estimate /cmd=force_copy /to="%T" %P%S

So we should use this button:

/auto_close /balloon=FALSE /estimate /cmd=force_copy /srcfile_w=%WL /to="%T"
dantesoft
Junior Member
Junior Member
Posts: 29
Joined: 2005-06-06, 15:55 UTC

Re: Fast Copy Non-Unicode Folders Problem

Post by *dantesoft »

I know this was marked as Solved already, but in the latest versions (TotalCommander 9.21a and FastCopy 3.54) this works for me to select multiple Unicode paths:
param=/open_window /no_exec /cmd=update /to="%T" /srcfile_w="%WL"
chea
Junior Member
Junior Member
Posts: 43
Joined: 2005-07-23, 11:42 UTC

Re: Fast Copy Non-Unicode Folders Problem

Post by *chea »

drbeat wrote: 2017-09-22, 11:11 UTC /auto_close /balloon=FALSE /estimate /cmd=force_copy /srcfile_w=%WL /to="%T"
dantesoft wrote: 2018-09-09, 07:33 UTC I know this was marked as Solved already, but in the latest versions (TotalCommander 9.21a and FastCopy 3.54) this works for me to select multiple Unicode paths:
param=/open_window /no_exec /cmd=update /to="%T" /srcfile_w="%WL"
If I use this and try to close TC while FastCopy is still copying, I get this: "Warning: If you close Total Commander now some temporary files extracted with Totalcmd will not be deleted, since the programs started with them still run!".

Any way around this?

If I use %P%S instead of /srcfile_w="%WL" then I don't get this problem (but I get the problem of "Too many files selected").
User avatar
Horst.Epp
Power Member
Power Member
Posts: 6450
Joined: 2003-02-06, 17:36 UTC
Location: Germany

Re: Fast Copy Non-Unicode Folders Problem

Post by *Horst.Epp »

chea wrote: 2021-02-11, 09:57 UTC
drbeat wrote: 2017-09-22, 11:11 UTC /auto_close /balloon=FALSE /estimate /cmd=force_copy /srcfile_w=%WL /to="%T"
dantesoft wrote: 2018-09-09, 07:33 UTC I know this was marked as Solved already, but in the latest versions (TotalCommander 9.21a and FastCopy 3.54) this works for me to select multiple Unicode paths:
param=/open_window /no_exec /cmd=update /to="%T" /srcfile_w="%WL"
If I use this and try to close TC while FastCopy is still copying, I get this: "Warning: If you close Total Commander now some temporary files extracted with Totalcmd will not be deleted, since the programs started with them still run!".

Any way around this?

If I use %P%S instead of /srcfile_w="%WL" then I don't get this problem (but I get the problem of "Too many files selected").
%P%S doesn't create any temp files, so there is no such problem in this case.
In all other cases you have to live with that warning, it has no other negative impact.
Windows 11 Home x64 Version 23H2 (OS Build 22631.3374)
TC 11.03 x64 / x86
Everything 1.5.0.1371a (x64), Everything Toolbar 1.3.2, Listary Pro 6.3.0.69
QAP 11.6.3.2 x64
chea
Junior Member
Junior Member
Posts: 43
Joined: 2005-07-23, 11:42 UTC

Re: Fast Copy Non-Unicode Folders Problem

Post by *chea »

Thanks, I see now, it's just a temp file which can be deleted manually afterwards. Not ideal, but I guess I can live with it.
Post Reply