Ultracopier buttons problem

English support forum

Moderators: Hacker, petermad, Stefan2, white

drbeat
Junior Member
Junior Member
Posts: 57
Joined: 2017-01-01, 01:13 UTC

Ultracopier buttons problem

Post by *drbeat »

According their site' wiki page as below, it's quite simple however buttons don't work. I've asked developers via email but no reply came. Any solution for this?

Code: Select all

button27=C:\Program Files\Ultracopier\ultracopier.exe,1
cmd27=C:\Program Files\Ultracopier\ultracopier.exe
param27=Copy *"%UL" "%T"
path27=C:\Program Files\Ultracopier\
menu27=Copy with Ultracopier
button28=C:\Program Files\Ultracopier\ultracopier.exe,2
cmd28=C:\Program Files\Ultracopier\ultracopier.exe
param28=Move *"%UL" "%T"
path28=C:\Program Files\Ultracopier\
menu28=Move with Ultracopier
User avatar
Horst.Epp
Power Member
Power Member
Posts: 6973
Joined: 2003-02-06, 17:36 UTC
Location: Germany

Post by *Horst.Epp »

Your buttons are the options for TeraCopy and not UltraCopier.

The options for UltraCopier using a transferlist are described here:
http://ultracopier-wiki.first-world.info/wiki/Command_line
and here:
http://ultracopier-wiki.first-world.info/wiki/Programming_note#Transfer_list_format
But TC doesn't create such a list.

I prefer Fast Copy for this job.
Windows 11 Home, Version 24H2 (OS Build 26100.4061)
TC 11.55 RC2 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.4 x64
drbeat
Junior Member
Junior Member
Posts: 57
Joined: 2017-01-01, 01:13 UTC

Post by *drbeat »

I took my commands from UltraCopier total commander integration wiki page. Seems its UltraCopier's mistake.

This button doesn't work too.
cp *"%UL" "%T"

How can I do it?
User avatar
Horst.Epp
Power Member
Power Member
Posts: 6973
Joined: 2003-02-06, 17:36 UTC
Location: Germany

Post by *Horst.Epp »

drbeat wrote:I took my commands from UltraCopier total commander integration wiki page. Seems its UltraCopier's mistake.

This button doesn't work too.
cp *"%UL" "%T"

How can I do it?
Of course it doesn't work as the * and Listname function its a TeraCopy option.
UltraCopier has a transfer_list fuction as you can read in the 2nd link of my post above.
This transfer list function can't be used directly from TC.
Windows 11 Home, Version 24H2 (OS Build 26100.4061)
TC 11.55 RC2 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.4 x64
drbeat
Junior Member
Junior Member
Posts: 57
Joined: 2017-01-01, 01:13 UTC

Post by *drbeat »

Thank you very much for the information. Is there a such plugin for it?
Or another software which can be added as buttons for copy/move operations except Teracopy (it crashes occasionally)
User avatar
Horst.Epp
Power Member
Power Member
Posts: 6973
Joined: 2003-02-06, 17:36 UTC
Location: Germany

Post by *Horst.Epp »

drbeat wrote:Thank you very much for the information. Is there a such plugin for it?
Or another software which can be added as buttons for copy/move operations except Teracopy (it crashes occasionally)
Yes, Fast Copy
https://ipmsg.org/tools/fastcopy.html.en

Here the commands parameter for my Fast Copy buttons:

Copy
/auto_close /cmd=diff /balloon=FALSE /estimate /srcfile=%L /to="%T"

Move
/auto_close /cmd=move /estimate /balloon=FALSE /srcfile=%L /to="%T"

Delete
/auto_close /open_window /cmd=delete /wipe_del /srcfile=%L

[/code]
Last edited by Horst.Epp on 2017-01-01, 18:06 UTC, edited 1 time in total.
Windows 11 Home, Version 24H2 (OS Build 26100.4061)
TC 11.55 RC2 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.4 x64
User avatar
Hacker
Moderator
Moderator
Posts: 13142
Joined: 2003-02-06, 14:56 UTC
Location: Bratislava, Slovakia

Post by *Hacker »

Horst.Epp,
Copy
/auto_close /cmd=diff /balloon=FALSE /estimate %P%S /to="%T"
Any downside to "/srcfile=%F"?

TIA
Roman
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
User avatar
Horst.Epp
Power Member
Power Member
Posts: 6973
Joined: 2003-02-06, 17:36 UTC
Location: Germany

Post by *Horst.Epp »

Hacker wrote:Horst.Epp,
Copy
/auto_close /cmd=diff /balloon=FALSE /estimate %P%S /to="%T"
Any downside to "/srcfile=%F"?

TIA
Roman
Yes, a big problem if you use it from a feed to listbox result
as %F doesn't contain the pathnames of the files.
But it will work fine if you use %L instead
Windows 11 Home, Version 24H2 (OS Build 26100.4061)
TC 11.55 RC2 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.4 x64
drbeat
Junior Member
Junior Member
Posts: 57
Joined: 2017-01-01, 01:13 UTC

Post by *drbeat »

Yes, it's much faster. Thank you very much again.
User avatar
Hacker
Moderator
Moderator
Posts: 13142
Joined: 2003-02-06, 14:56 UTC
Location: Bratislava, Slovakia

Post by *Hacker »

Horst.Epp,
Thank you.

Roman
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
drbeat
Junior Member
Junior Member
Posts: 57
Joined: 2017-01-01, 01:13 UTC

Post by *drbeat »

If target file exist after move or force_copy Total commander doesn't update new file size.
Last edited by drbeat on 2017-01-01, 17:45 UTC, edited 1 time in total.
User avatar
Horst.Epp
Power Member
Power Member
Posts: 6973
Joined: 2003-02-06, 17:36 UTC
Location: Germany

Post by *Horst.Epp »

drbeat wrote:But there's a problem, when target exist neither move or force_copy work.
No problems here with my parameters !
Using "/cmd=diff" for copy is replacing older or different sized files if necessary.
And "/cmd=move" for move works even when the target exists.
Windows 11 Home, Version 24H2 (OS Build 26100.4061)
TC 11.55 RC2 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.4 x64
drbeat
Junior Member
Junior Member
Posts: 57
Joined: 2017-01-01, 01:13 UTC

Post by *drbeat »

Sorry I updated the problem:
If target file exist after move or force_copy Total commander doesn't update new file size.
User avatar
Horst.Epp
Power Member
Power Member
Posts: 6973
Joined: 2003-02-06, 17:36 UTC
Location: Germany

Post by *Horst.Epp »

drbeat wrote:Sorry I updated the problem:
If target file exist after move or force_copy Total commander doesn't update new file size.
No problem here, with my parameters even this works !
The new files size is shown by TC after cmd=diff or cmd=move
but you have to replace the %P%S parameter with /srcfile=%L
TC 9.0a x64 and FastCopy (64bit) ver3.26
I have updated my post above.
Windows 11 Home, Version 24H2 (OS Build 26100.4061)
TC 11.55 RC2 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.4 x64
drbeat
Junior Member
Junior Member
Posts: 57
Joined: 2017-01-01, 01:13 UTC

Post by *drbeat »

It worked thanks lot for Fast Copy suggestion & parameters.
Post Reply