Jump to content

Teracopy context menu


trof
 Share

Recommended Posts

Hi,

Default Teracopy context menu entries are for files and directories and I'd like to have one even for Directory Background. So, I created this entry. 


The script I tried is really simple

Run("C:\Program Files\TeraCopy\TeraCopy.exe")
Send("^a")

After I launch the script from context menu I drag all selected files and folders to Teracopy interface. There is a way to automatically send all content of the directory to Teracopy?

Edited by trof
Link to comment
Share on other sites

 

TeraCopy Command Line Supported by TeraCopy 2.0 and above:

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

Operation: Copy|Move|Delete|Test|Check

Source: File or folder

*Source: Path to filelist

Target: Destination folder

 

Examples:

TeraCopy.exe Copy "D:\My Documents" F:\Backup

TeraCopy.exe Copy D:\Video.avi C:\My Documents

TeraCopy.exe Copy D:\Data F:\Backup /OverwriteOlder /Close

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

TeraCopy.exe Test D:\Video.avi

TeraCopy.exe Check D:\checksum.md5

 

About File Lists: 

The * must be used to denote a file list, or TeraCopy will simply treat it as a regular file.

Paths within a file list may contain spaces and do not require quotes.

File lists are formatted with one file path per line.

Regards,
 

Link to comment
Share on other sites

Yes, I know it. As I said, I'm not able to do what I want. To clarify, I want to add all files and folders in a directory through background Directory context menu. (I don't want to copy/move anything, I just want to calculate hashes)

Theoretically "Test" could be useful, but it does nothing, maybe this is a bug in version 3.2

Link to comment
Share on other sites

This is stuff you should really be checking out at the TeraCopy Forum.

While many of us, including myself, use TeraCopy, there are probably better programs, even free ones, to better do what you want. Some work off right-click.

Maybe if you provided us with some more informative kind of context for why you are wanting to do this, then perhaps we can offer something AutoIt specific.

Make sure brain is in gear before opening mouth!
Remember, what is not said, can be just as important as what is said.

Spoiler

What is the Secret Key? Life is like a Donut

If I put effort into communication, I expect you to read properly & fully, or just not comment.
Ignoring those who try to divert conversation with irrelevancies.
If I'm intent on insulting you or being rude, I will be obvious, not ambiguous about it.
I'm only big and bad, to those who have an over-active imagination.

I may have the Artistic Liesense ;) to disagree with you. TheSaint's Toolbox (be advised many downloads are not working due to ISP screwup with my storage)

userbar.png

Link to comment
Share on other sites

There isn't a Teracopy forum, however I did a feature request to Teracopy support team.

What I want is a program (started from directory background context menu) that calculates md5 of all files/folders/subfolders and saves the report as .md5 file (the report must have relative paths, not full paths)

The program should also handle Unicode characters as Chinese characters

Edited by trof
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...