Page 1 of 1

Integrating Tera Copy with XYPlorer Free 17.50 and more

Posted: 25 Mar 2020 13:13
by herman1134
Can someone tell me the exact script necessary to integrate Tera Copy into this program and have it as the copy handler? None of scripts I have seen online seem to work. The closest suggestion I have seen is shown below.
TeraCopy (Rename All)|%ProgramFiles%\TeraCopy\TeraCopy.exe|/RenameAll
TeraCopy (Overwrite Older)|%ProgramFiles%\TeraCopy\TeraCopy.exe|/OverwriteOlder

When I attempt a copy, I just get a "TeraCopy Failed. Press OK to try with Custom Copy?"

My TeraCopy installation is in C:\Program Files\TeraCopy\TeraCopy.exe. I would just like one line of code that would allow Teracopy to work as it does in Windows Explorer. Anyone have any ideas? I have TeraCopy 2.12 (I don't like the newer versions).

Re: Integrating Tera Copy with XYPlorer Free 17.50 and more

Posted: 25 Mar 2020 13:27
by highend
%ProgramFiles% probably points to the wrong directory here (XY is a 32 bit app). Try %ProgramW6432% instead.

Re: Integrating Tera Copy with XYPlorer Free 17.50 and more

Posted: 25 Mar 2020 14:40
by herman1134
Hey, it worked! Thanks!

Re: Integrating Tera Copy with XYPlorer Free 17.50 and more

Posted: 07 Apr 2020 10:43
by frank479
I had the exact same problem using the information in the Help file. I think it should be updated with the information in this thread for anyone that has a 64-bit installation of TeraCopy. There's no way I would have known to use %ProgramW6432%.

Re: Integrating Tera Copy with XYPlorer Free 17.50 and more

Posted: 07 Apr 2020 12:31
by admin
Good idea, will do. :tup: