Integrate TeraCopy ?

Discussion, questions and support.
Post Reply
Message
Author
rrrhre2s
Posts: 2
Joined: 05.08.2008, 05:17

Integrate TeraCopy ?

#1 Post by rrrhre2s » 05.08.2008, 05:36

Is it possible to use teracopy with FreeCommander ?

Read more about TeraCopy here...

www(dot)codesector(dot)com/teracopy(dot)php

Thanks

rrrhre2s

Aid_Belial
Posts: 6
Joined: 21.07.2008, 12:16

Re: Integrate TeraCopy ?

#2 Post by Aid_Belial » 05.08.2008, 09:33

Close Free Commander
Add the following lines to the FreeCommander.ini in [Form] section

Code: Select all

FileMovePrg=C:\Program Files\TeraCopy\TeraCopy.exe Move *%ActivSelAsFile% "%InactivDir%"
FileCopyPrg=C:\Program Files\TeraCopy\TeraCopy.exe Copy *%ActivSelAsFile% "%InactivDir%"
(* - required here)
Don't forget to set real location of TeraCopy

Start Free Commander and have Fun

P.S. You can use the portable TeraCopy version

rrrhre2s
Posts: 2
Joined: 05.08.2008, 05:17

#3 Post by rrrhre2s » 05.08.2008, 15:49

Thanks !

I will try this when I get home.

rrrhre2s

MilesAhead
Posts: 33
Joined: 09.12.2007, 17:30
Contact:

Re: Integrate TeraCopy ?

#4 Post by MilesAhead » 06.08.2008, 20:05

Aid_Belial wrote:Close Free Commander
Add the following lines to the FreeCommander.ini in [Form] section

Code: Select all

FileMovePrg=C:\Program Files\TeraCopy\TeraCopy.exe Move *%ActivSelAsFile% "%InactivDir%"
FileCopyPrg=C:\Program Files\TeraCopy\TeraCopy.exe Copy *%ActivSelAsFile% "%InactivDir%"
(* - required here)
Don't forget to set real location of TeraCopy

Start Free Commander and have Fun

P.S. You can use the portable TeraCopy version
Very cool!! That works even with the TeraCopy beta on both XP and Vista! :)

jollyb
Posts: 18
Joined: 21.01.2008, 14:15
Location: croatia

#5 Post by jollyb » 08.09.2008, 00:48

thank u very much!!
it is working. u made me so happy :)
only undo option could make me happier ;)

EDIT: no, NOT working for me anymore. cut - paste not moving neither copy - paste is copying, teracopy window stays with an empty list, or some strange copying or weird freecommander behavior.
copy move button on the toolbar are working

EDIT:
FreeCommander 2008.6a Portable & TeraCopy 2.0 beta 3 Portable is working just fine for me. i copied TeraCopy folder in the FreeCommander folder edited [Form]
with this code
FileMovePrg=C:\FreeCommanderPortable\TeraCopyPortable\TeraCopy.exe Move *%ActivSelAsFile% "%InactivDir%"
FileCopyPrg=C:\FreeCommanderPortable\TeraCopyPortable\TeraCopy.exe Copy *%ActivSelAsFile% "%InactivDir%"

and i'm very happy that it's finally working:)
enjoying to use FreeCommander :)

Ashareth
Posts: 8
Joined: 19.11.2007, 13:40

#6 Post by Ashareth » 12.10.2008, 20:26

Your problem is in fact simple, you were not editing the right FreeCommander.ini.

There is a settings in FreeCommander to choose how to use the ini file.
+The first solution is to use only one ini file, in the freecommander folder (like with the portable version).
+The second one, much useful if you have multiple users account with différent settings all using FC, is to use an ini file stored in
C:\Documents and Settings\%user%\Application Data\FreeCommander

It's this one you must edit to add the Teracopy config lines for FC to use teracopy as copier handler if you are using the application data ini method of FC (i just found it out after a few tries ;).

I hope it can help people.

Bearded Kirklander
Posts: 250
Joined: 25.07.2008, 12:54

#7 Post by Bearded Kirklander » 12.10.2008, 22:54

Does that TeraCopy program have an option to Preserve Folder Date and Time, by the way?

Don't know if I've heard of this program before or not, but today with my mind all foggy, it doesn't seem like it, so I thought I'd ask.

Thanks

Bearded Kirklander
Posts: 250
Joined: 25.07.2008, 12:54

Re: Integrate TeraCopy ?

#8 Post by Bearded Kirklander » 30.12.2009, 18:16

Aid_Belial wrote:Close Free Commander
Add the following lines to the FreeCommander.ini in [Form] section

Code: Select all

FileMovePrg=C:\Program Files\TeraCopy\TeraCopy.exe Move *%ActivSelAsFile% "%InactivDir%"
FileCopyPrg=C:\Program Files\TeraCopy\TeraCopy.exe Copy *%ActivSelAsFile% "%InactivDir%"
(* - required here)
Don't forget to set real location of TeraCopy

Start Free Commander and have Fun

P.S. You can use the portable TeraCopy version

This works with the latest TeraCopy 2.1 Free and the latest 2009a final build of Free Commander.

Thanks much

joby_toss
Posts: 1345
Joined: 22.07.2009, 21:19
Location: Romania
Contact:

#9 Post by joby_toss » 31.12.2009, 08:45

Bearded Kirklander wrote:Does that TeraCopy program have an option to Preserve Folder Date and Time, by the way?
I didn't change anything in program's options and it keeps the time/date attributes for me.

Jaro
Posts: 2
Joined: 17.04.2010, 11:10

Re: Integrate TeraCopy - make it real portable

#10 Post by Jaro » 17.04.2010, 16:14

and to make it real portable:

1. install TeraCopy Portable (to demonstrate, I have saved it 3 levels below FreeCommanderPortable)
2. Change FreeCommanderPortable\Data\settings\FreeCommander.ini
under [Form] (there: internal linkage to the 3 levels below installed TeraCopy Portable):
FileMovePrg=..\..\..\TeraCopyPortable\TeraCopy.exe Move *%ActivSelAsFile% "%InactivDir%"
FileCopyPrg=..\..\..\TeraCopyPortable\TeraCopy.exe Copy *%ActivSelAsFile% "%InactivDir%"

thats it. Now you have a portable FreeCommander with an TeraCopy possibility every time.

Grey_rnd

Re: Integrate TeraCopy - make it real portable

#11 Post by Grey_rnd » 13.07.2010, 08:33

Jaro wrote:and to make it real portable:
1. install TeraCopy Portable (to demonstrate, I have saved it 3 levels below FreeCommanderPortable)
2. Change FreeCommanderPortable\Data\settings\FreeCommander.ini
under [Form] (there: internal linkage to the 3 levels below installed TeraCopy Portable):
FileMovePrg=..\..\..\TeraCopyPortable\TeraCopy.exe Move *%ActivSelAsFile% "%InactivDir%"
FileCopyPrg=..\..\..\TeraCopyPortable\TeraCopy.exe Copy *%ActivSelAsFile% "%InactivDir%"
thats it. Now you have a portable FreeCommander with an TeraCopy possibility every time.
Doesn't work for me!
http://www.freecommander.com/fc_guide_g ... ons_en.htm Drive Variables for portable use --- Reading here!
For example:
If FreeCommanderPortable installed in [usb driveletter]:\Program Files\FreeCommanderPortable\
and TeraCopy Portable - [usb driveletter]:\Program Files\TeraCopy Portable\
Change FreeCommanderPortable\Data\settings\FreeCommander.ini under [Form]

Code: Select all

FileMovePrg=%FcSrcDrive%\Program Files\TeraCopy Portable\TeraCopy.exe Move *%ActivSelAsFile% "%InactivDir%"
FileCopyPrg=%FcSrcDrive%\Program Files\TeraCopy Portable\TeraCopy.exe Copy *%ActivSelAsFile% "%InactivDir%"
Jaro wrote:thats it. Now you have a portable FreeCommander with an TeraCopy possibility every time.

Agreed!:)
FreeCommander_Portable_2009.02a.paf
TeraCopy Portable Version 2.0 beta 3
Sorry for bad English.

creix
Posts: 1
Joined: 26.09.2010, 17:44

Re: Integrate TeraCopy ?

#12 Post by creix » 26.09.2010, 17:54

Bearded Kirklander wrote:
Aid_Belial wrote:Close Free Commander
Add the following lines to the FreeCommander.ini in [Form] section

Code: Select all

FileMovePrg=C:\Program Files\TeraCopy\TeraCopy.exe Move *%ActivSelAsFile% "%InactivDir%"
FileCopyPrg=C:\Program Files\TeraCopy\TeraCopy.exe Copy *%ActivSelAsFile% "%InactivDir%"
(* - required here)
Don't forget to set real location of TeraCopy

Start Free Commander and have Fun

P.S. You can use the portable TeraCopy version

This works with the latest TeraCopy 2.1 Free and the latest 2009a final build of Free Commander.

Thanks much
Worked well, thank you

danube
Posts: 2
Joined: 19.12.2012, 11:03

Re: Integrate TeraCopy ?

#13 Post by danube » 01.03.2013, 09:55

Very good, thank you! Works also well with several files selected.

Post Reply

Who is online

Users browsing this forum: No registered users and 4 guests