trof Posted September 2, 2017 Posted September 2, 2017 (edited) 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 September 2, 2017 by trof
Trong Posted September 2, 2017 Posted September 2, 2017 For easy! Checkout free: "TeraCopy Command Line" GL Regards,
trof Posted September 2, 2017 Author Posted September 2, 2017 (edited) I did, and I couldn't find the solution Edited September 2, 2017 by trof
Trong Posted September 3, 2017 Posted September 3, 2017 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,
trof Posted September 3, 2017 Author Posted September 3, 2017 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
TheSaint Posted September 3, 2017 Posted September 3, 2017 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)
trof Posted September 3, 2017 Author Posted September 3, 2017 (edited) 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 September 3, 2017 by trof
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now