How can i embed in TotalCommanderPortable TeracopyPortable?

Discuss and announce Total Commander plugins, addons and other useful tools here, both their usage and their development.

Moderators: Hacker, petermad, Stefan2, white

Krupz
Junior Member
Junior Member
Posts: 2
Joined: 2008-05-04, 19:16 UTC

How can i embed in TotalCommanderPortable TeracopyPortable?

Post by *Krupz »

I tried a lot of things, but didn't work.

Someone can answer that question?

I wanna run TeracopyPortable into TotalCommanderPortable USB stick.

Thanks for your time.
User avatar
patxiku
Member
Member
Posts: 168
Joined: 2006-11-02, 13:36 UTC
Location: Bilbao

Post by *patxiku »

2Krupz
I wanna run TeracopyPortable into TotalCommanderPortable USB stick.
You can see here

For embedding TeraCopyPortable in the Button bar see this item in the Total Commander Wiki. Once in the button bar, you can change the button's parameter as shown in this image.
Krupz
Junior Member
Junior Member
Posts: 2
Joined: 2008-05-04, 19:16 UTC

Post by *Krupz »

I tried that, but didn't work into TotalCommanderPortable :_(
User avatar
eugensyl
Power Member
Power Member
Posts: 564
Joined: 2004-06-03, 18:27 UTC
Location: România
Contact:

Post by *eugensyl »

Krupz wrote:I tried that, but didn't work into TotalCommanderPortable :_(
1) Copy - Paste into your usercmd.ini :

[em_TeraCopy]
button=%commander_path%\Teracopy\Teracopy.exe,0
cmd=%commander_path%\Teracopy\Teracopy.exe
menu=Copy with TeraCopy [Shift+Alt+F5]
param=Copy *"%L" "%T"

[em_TeraDel]
button=%commander_path%\Teracopy\Teracopy.exe,4
cmd=%commander_path%\Teracopy\Teracopy.exe
menu=Delete with TeraCopy [Shift+Alt+F6]
param=Delete *"%L"

[em_TeraMove]
button=%commander_path%\Teracopy\Teracopy.exe,2
cmd=%commander_path%\Teracopy\Teracopy.exe
menu=Move with TeraCopy [Shift+Alt+F8]
param=Move *"%L" "%T"

------------------
After that add buttons on to your bar with commands: em_teracopy, em_teramove, em_teradel
Please be attention to your TeraCopy path.

As you see, I suggest also shortcuts for those commands.

2) Use configuration from TeraCopy to add buttons on default bar:
Run TeraCopy - More - Menu - Options - Total Commander
My Best Wishes,

Eugen
User avatar
Horst.Epp
Power Member
Power Member
Posts: 6973
Joined: 2003-02-06, 17:36 UTC
Location: Germany

Post by *Horst.Epp »

eugensyl wrote:
Krupz wrote:I tried that, but didn't work into TotalCommanderPortable :_(
1) Copy - Paste into your usercmd.ini :

[em_TeraCopy]
button=%commander_path%\Teracopy\Teracopy.exe,0
cmd=%commander_path%\Teracopy\Teracopy.exe
menu=Copy with TeraCopy [Shift+Alt+F5]
param=Copy *"%L" "%T"

[em_TeraDel]
button=%commander_path%\Teracopy\Teracopy.exe,4
cmd=%commander_path%\Teracopy\Teracopy.exe
menu=Delete with TeraCopy [Shift+Alt+F6]
param=Delete *"%L"

[em_TeraMove]
button=%commander_path%\Teracopy\Teracopy.exe,2
cmd=%commander_path%\Teracopy\Teracopy.exe
menu=Move with TeraCopy [Shift+Alt+F8]
param=Move *"%L" "%T"

------------------
After that add buttons on to your bar with commands: em_teracopy, em_teramove, em_teradel
Please be attention to your TeraCopy path.

As you see, I suggest also shortcuts for those commands.

2) Use configuration from TeraCopy to add buttons on default bar:
Run TeraCopy - More - Menu - Options - Total Commander
The hotkeys for move and delete should be swapped !
User avatar
Herr Mann
Power Member
Power Member
Posts: 574
Joined: 2004-05-30, 17:11 UTC
Location: Niedersachsen, Deutschland

Post by *Herr Mann »

Sorry , what is the advantage of Terracopy?
If I so stupid question. :oops: :?

* Copy files faster.
* Pause and resume file transfers.
* Error recovery.
* Interactive file list.
* Shell integration.
* 64-bit OS support.
* Full Unicode support.

Across the Explorer it has advantages, but why should I use it with the TC?
User avatar
sqa_wizard
Power Member
Power Member
Posts: 3893
Joined: 2003-02-06, 11:41 UTC
Location: Germany

Post by *sqa_wizard »

Sorry , what is the advantage of Terracopy?
AFAIK the only one is is the file transfer list which can pause and resume file transfers AND is persistent (even after reboot) !

Well, an extended error recovery (multiple retry) is helpful too.
#5767 Personal license
User avatar
eugensyl
Power Member
Power Member
Posts: 564
Joined: 2004-06-03, 18:27 UTC
Location: România
Contact:

Post by *eugensyl »

Herr Mann wrote:Sorry , what is the advantage of Terracopy?
One little more: you can copy from a list file where you can put files and/or directories from different locations and/or drives. Also, you can shutdown the computer after the job it will be finished.
My Best Wishes,

Eugen
raytc
Senior Member
Senior Member
Posts: 274
Joined: 2004-06-28, 11:03 UTC

Post by *raytc »

Horst.Epp wrote:
eugensyl wrote:
Krupz wrote:I tried that, but didn't work into TotalCommanderPortable :_(
1) Copy - Paste into your usercmd.ini :

[em_TeraCopy]
button=%commander_path%\Teracopy\Teracopy.exe,0
cmd=%commander_path%\Teracopy\Teracopy.exe
menu=Copy with TeraCopy [Shift+Alt+F5]
param=Copy *"%L" "%T"

[em_TeraDel]
button=%commander_path%\Teracopy\Teracopy.exe,4
cmd=%commander_path%\Teracopy\Teracopy.exe
menu=Delete with TeraCopy [Shift+Alt+F6]
param=Delete *"%L"

[em_TeraMove]
button=%commander_path%\Teracopy\Teracopy.exe,2
cmd=%commander_path%\Teracopy\Teracopy.exe
menu=Move with TeraCopy [Shift+Alt+F8]
param=Move *"%L" "%T"

------------------
After that add buttons on to your bar with commands: em_teracopy, em_teramove, em_teradel
Please be attention to your TeraCopy path.

As you see, I suggest also shortcuts for those commands.

2) Use configuration from TeraCopy to add buttons on default bar:
Run TeraCopy - More - Menu - Options - Total Commander
The hotkeys for move and delete should be swapped !
and remove the "*" in the parameter command
User avatar
Boofo
Power Member
Power Member
Posts: 1431
Joined: 2003-02-11, 00:29 UTC
Location: Des Moines, IA (USA)
Contact:

Post by *Boofo »

I thought the * was supposed to be there. According to all I've seen with this, they all use it.

How does TeraCopy compare to Robocopy and FastCopy?
chmod a+x /bin/laden -- Allows anyone the permission to execute /bin/laden

How do I un-overwrite all my data?

User of Total Commander
#60471 Single user license
raytc
Senior Member
Senior Member
Posts: 274
Joined: 2004-06-28, 11:03 UTC

Post by *raytc »

Boofo wrote:I thought the * was supposed to be there. According to all I've seen with this, they all use it.

How does TeraCopy compare to Robocopy and FastCopy?
With the * it doesn't work for me. Without it works.

See also the last message in this thread:
http://www.ghisler.ch/board/viewtopic.php?t=17814&highlight=teracopy
User avatar
Boofo
Power Member
Power Member
Posts: 1431
Joined: 2003-02-11, 00:29 UTC
Location: Des Moines, IA (USA)
Contact:

Post by *Boofo »

If you do this:

Code: Select all

2) Use configuration from TeraCopy to add buttons on default bar: 
Run TeraCopy - More - Menu - Options - Total Commander
It shows it in the default button bar with the *.

The asterisk has always worked fine for me. I never tried it without it, but according to the button bar install, it is supposed to be there.

Strange that it doesn't work for you that way.

Did you notice the date on that post in that thread? The asterisk discussion was after that.
chmod a+x /bin/laden -- Allows anyone the permission to execute /bin/laden

How do I un-overwrite all my data?

User of Total Commander
#60471 Single user license
raytc
Senior Member
Senior Member
Posts: 274
Joined: 2004-06-28, 11:03 UTC

Post by *raytc »

Strange.

I did the same but there is no * in the parameters.

These are the parameters I've found right clicking the button:
Copy "%L" "%T"
Move "%L" "%T"

I added this to usercmd.ini:
[em_TeraCopy]
button=C:\Program Files\Teracopy\Teracopy.exe,0
cmd=C:\Program Files\Teracopy\Teracopy.exe
menu=Copy with TeraCopy
param=Copy * "%L" "%T"

Then I added the shortcuts in TC option menu.
TeraCopy didn't work.
I removed the * and it worked.
User avatar
Boofo
Power Member
Power Member
Posts: 1431
Joined: 2003-02-11, 00:29 UTC
Location: Des Moines, IA (USA)
Contact:

Post by *Boofo »

Try taking the space out between the * and the "%L". It should be right next to it.
chmod a+x /bin/laden -- Allows anyone the permission to execute /bin/laden

How do I un-overwrite all my data?

User of Total Commander
#60471 Single user license
User avatar
Horst.Epp
Power Member
Power Member
Posts: 6973
Joined: 2003-02-06, 17:36 UTC
Location: Germany

Post by *Horst.Epp »

The * in the parameters must be there !
And it works definitely.
It is required since version 2.0 beta 3 of TeraCopy.
Here the text from Whatsnew:
Version 2.0 beta 3

Fixed: Access violation error when calculating CRC.
Fixed: Hanging on same drive copy on single core CPU systems.
Changed: Sound is off by default.
Added: Progress bar color settings.
Added: 'TestAlways' option in the ini file.
Added: Switches: /SkipAll /OverwriteOlder /RenameAll /OverwriteAll /NoClose

! Command line changed:

TeraCopy.exe Operation [*]Source Target [/SkipAll] [/OverwriteOlder] [/RenameAll] [/OverwriteAll] [/NoClose]

Operation: Copy|Move|Delete
Source: File,folder
*Source: Path to filelist
Target: Destination folder

Examples:

TeraCopy.exe Copy D:\Video.avi C:\My Documents
TeraCopy.exe Move *C:\Temp\filelist.cmd C:\My Documents /OverwriteAll /NoClose

Important!

If you're using Total Commander, please change button parameter from
Copy "%L" "%T" to Copy *"%L" "%T".
Post Reply