Forum LiberKey


https://www.liberkey.com/forum/

[Solved] How to specify source files in TeraCopy?

https://www.liberkey.com/forum/viewtopic.php?f=30&t=2953

Page 1 sur 1

[Solved] How to specify source files in TeraCopy?

MessagePosté: 27 Novembre 2009, 19:57
de 0graham0
Hi all,

The only way I got TeraCopy to work is by using the command line. When I open it through the LiberKey interface I can't find how to specify the source file/folder to be transferred.

Any help is greatly appreciated.

Re: How to specify source files in TeraCopy?

MessagePosté: 27 Novembre 2009, 20:16
de Laurentxp
Hi, Associations de fichiers avec KFA (in french)

LiberKey Tools, Enable File Association
Right clic in Key Files Assoc', Association configuration
Select All Files, Advanced, New

Action:
Open with TeraCopy (LiberKey)
Application used to execute this action:
%APPS%\TeraCopy\TeraCopyLKL.exe
Command line parameters:
Copy "%1"

If you don't have "All Files" you can edit KeyFileAssoc.xml and put
Code: Tout sélectionner
<FileType class="*">
<TypeDescription.en>All Files</TypeDescription.en>
<TypeDescription.fr>Tous les fichiers</TypeDescription.fr>
</FileType>


after the line <AppsAssoc>


Command line changed:

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

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

Examples:

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

Re: How to specify source files in TeraCopy?

MessagePosté: 02 Décembre 2009, 20:40
de 0graham0
That worked perfectly, thank you.

For future reference: In addition to an "All Files" entry in the associations configuration you need to also create an entry in "Files Folder" if you want to transfer folders.

Re: How to specify source files in TeraCopy?

MessagePosté: 05 Janvier 2010, 00:13
de opendev
Laurentxp solution is now present in the last release of Teracoy 2.1.

After installation, KFA (KeyfilesAssoc) is updated. When KFA is enabled, you can send directly by a right click files or folders to Teracopy.

Re: How to specify source files in TeraCopy?

MessagePosté: 05 Janvier 2010, 11:19
de KikiFUNstyle
opendev a écrit:Laurentxp solution is now present in the last release of Teracoy 2.1.

After installation, KFA (KeyfilesAssoc) is updated. When KFA is enabled, you can send directly by a right click files or folders to Teracopy.

Good news !
It works with folders too.
Thanks :)