TeraCopy Integration

English support forum

Moderators: white, Hacker, petermad, Stefan2

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 »

But would TeraCopy recognize 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
horus
Junior Member
Junior Member
Posts: 13
Joined: 2010-07-02, 11:25 UTC

Post by *horus »

How do you get TeraCopy to install in the plugins directory?

hi Boofo

You can make TeraCopy portable by make a file name (Portable) Without associate and Written inside the file (This file makes TeraCopy keep settings in this folder.)
and u well have a portable TeraCopy :D
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 »

How do you make it "Without associate "?
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
Mjolnir
Member
Member
Posts: 131
Joined: 2005-10-08, 21:03 UTC

Post by *Mjolnir »

For a "portable" version of TeraCopy, AFAIR, simply create a text file (with, for eg., notepad), name it "Portable" (WITHOUT any extention... ie, save it, and then, remove the ".txt" ext.) in the TeraCopy forlder... and that's all...
Your folder becomes a TeraCopy portable one. then, free for you to copy it in TC plugins sub-folder and use it as "portable".

Then, for my TeraCopy install in my TC plugins :

Here the "copy" button in TC bar I use :

Code: Select all

TOTALCMD#BAR#DATA
t:\Apps\TeraCopy Portable\teracopy.exe
Copy *"%L" "%T"
t:\Apps\TeraCopy Portable\teracopy.exe,1
TeraCopy
t:\Apps\TeraCopy Portable\
0
-1
... etc for "move" and "delete".
Longue vie a TC... déjà + de 20 ans de bons et loyaux services chez moi !
tosbsas
Senior Member
Senior Member
Posts: 428
Joined: 2003-12-19, 13:12 UTC
Location: Lima, Perú
Contact:

Post by *tosbsas »

only bad thing - teracopy will not let you copy out of zip intozip file as tc copy does
A New Generation transformed by the Power of God
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 »

Mjolnir wrote:For a "portable" version of TeraCopy, AFAIR, simply create a text file (with, for eg., notepad), name it "Portable" (WITHOUT any extention... ie, save it, and then, remove the ".txt" ext.) in the TeraCopy forlder... and that's all...
Your folder becomes a TeraCopy portable one. then, free for you to copy it in TC plugins sub-folder and use it as "portable".

Then, for my TeraCopy install in my TC plugins :

Here the "copy" button in TC bar I use :

Code: Select all

TOTALCMD#BAR#DATA
t:\Apps\TeraCopy Portable\teracopy.exe
Copy *"%L" "%T"
t:\Apps\TeraCopy Portable\teracopy.exe,1
TeraCopy
t:\Apps\TeraCopy Portable\
0
-1
... etc for "move" and "delete".
What about the registry entries from the installation? And does there need to be an INI file?
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
Mjolnir
Member
Member
Posts: 131
Joined: 2005-10-08, 21:03 UTC

Post by *Mjolnir »

Relatively easy : once this named "Portable" file create, copy the full folder anywhere you want, and uninstall your TeraCopy.
Seems, on my install, that there's no ini file in teraCopy folder... neither in c:\windows, nor in c:\documents and Settings\<user> folders.
Longue vie a TC... déjà + de 20 ans de bons et loyaux services chez moi !
sergiodil
Junior Member
Junior Member
Posts: 7
Joined: 2012-12-16, 14:42 UTC

Post by *sergiodil »

Dear Friends, I would like to tell you about two problems:
1) When I try to add Teracopy copy and move buttons to Total Commander buttons bar, I receive an error message. I resolved this issue running TeraCopy in Administration mode
2) After a successfully integration, at last I can see the two TeraCopy "move" and "copy" buttons in Total Commander buttons bar... but they disappear if I close and restart Total Commander. If I repeat the integration procedure, I can see four buttons.... which disapperar again if I close and restart Total Commander. Another integration procedure makes six buttons to reappear and so on...
Please, can you help me? I would like to have persistent copy and move buttons without repeating integration procedure each time I run Total Commander.
Many thanks in advance (Teracopy support ignores my help requests)
User avatar
Horst.Epp
Power Member
Power Member
Posts: 6450
Joined: 2003-02-06, 17:36 UTC
Location: Germany

Post by *Horst.Epp »

sergiodil wrote:Dear Friends, I would like to tell you about two problems:
1) When I try to add Teracopy copy and move buttons to Total Commander buttons bar, I receive an error message. I resolved this issue running TeraCopy in Administration mode
2) After a successfully integration, at last I can see the two TeraCopy "move" and "copy" buttons in Total Commander buttons bar... but they disappear if I close and restart Total Commander. If I repeat the integration procedure, I can see four buttons.... which disapperar again if I close and restart Total Commander. Another integration procedure makes six buttons to reappear and so on...
Please, can you help me? I would like to have persistent copy and move buttons without repeating integration procedure each time I run Total Commander.
Many thanks in advance (Teracopy support ignores my help requests)
Add the following commands in your usercmd.ini (change the path for your environment):

[em_TeraCopy]
button=c:\tools\TeraCopy\TeraCopy.exe,0
cmd=c:\tools\TeraCopy\TeraCopy.exe
menu=Copy with TeraCopy
param=Copy *"%UL" "%T"
[em_TeraDel]
button=c:\tools\TeraCopy\TeraCopy.exe,4
cmd=c:\tools\TeraCopy\TeraCopy.exe
menu=Delete with TeraCopy
param=Delete *"%UL"
[em_TeraMove]
button=c:\tools\TeraCopy\TeraCopy.exe,2
cmd=c:\tools\TeraCopy\TeraCopy.exe
menu=Move with TeraCopy
param=Move *"%UL" "%T"

Now you add buttoms to invoke em_TeraMove or em_TeraCopy.
rseiler
Junior Member
Junior Member
Posts: 3
Joined: 2012-12-28, 04:50 UTC

Post by *rseiler »

How would you add a switch to the button configuration? I'd like to add this:

/NoClose

So the TC window stays open until you close it, but adding it at the end of the Parameters line has no effect somehow.
User avatar
Horst.Epp
Power Member
Power Member
Posts: 6450
Joined: 2003-02-06, 17:36 UTC
Location: Germany

Post by *Horst.Epp »

rseiler wrote:How would you add a switch to the button configuration? I'd like to add this:

/NoClose

So the TC window stays open until you close it, but adding it at the end of the Parameters line has no effect somehow.
You may set the NoClose option in the options.ini of TeraCopy.
Using portable mode this is in the same dir as the program itself.
rseiler
Junior Member
Junior Member
Posts: 3
Joined: 2012-12-28, 04:50 UTC

Post by *rseiler »

Horst.Epp wrote:
rseiler wrote:You may set the NoClose option in the options.ini of TeraCopy. Using portable mode this is in the same dir as the program itself.
Aha! I didn't think of that, since I was remembering incorrectly that it stayed open by default already when used on its own, and so figured that it was closing because of it being launched via TC.
rseiler
Junior Member
Junior Member
Posts: 3
Joined: 2012-12-28, 04:50 UTC

Post by *rseiler »

I came across this today, and it made me wonder what's not working with integration now (when not on Teracopy 2.3b2) with TC x64.
http://blog.codesector.com/category/code-sector-software/teracopy

Added: Support for Total Commander 8.01 x64.
sergiodil
Junior Member
Junior Member
Posts: 7
Joined: 2012-12-16, 14:42 UTC

Post by *sergiodil »

@Horst.Epp:
many thanks for your answer, but I cannot find the file usercmd.ini. Have I to create it with Notepad?

@rseiler
I downloaded and installed Teracopy 2.3b2, but it did not solved my problem (Windows 8 x64 and TC 8.01 - see my previous post)
User avatar
Horst.Epp
Power Member
Power Member
Posts: 6450
Joined: 2003-02-06, 17:36 UTC
Location: Germany

Post by *Horst.Epp »

sergiodil wrote:@Horst.Epp:
many thanks for your answer, but I cannot find the file usercmd.ini. Have I to create it with Notepad?

@rseiler
I downloaded and installed Teracopy 2.3b2, but it did not solved my problem (Windows 8 x64 and TC 8.01 - see my previous post)
Look were your wincmd.ini is located (Help About Total Commander)
and make a usercmd.ini with notepad in that dir.
Post Reply