When comparing AutoHotkey vs TeraCopy, the Slant community recommends AutoHotkey for most people. In the question“What are the best power user tools for Windows?” AutoHotkey is ranked 6th while TeraCopy is ranked 14th. The most important reason people chose AutoHotkey is:
Basic Stuff is very easy and even advanced programming is possible, as the language is now able to use objects and classes and has a ton of free libraries and one of the most helpful and friendly communities on the Internet.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Easy To Learn but extremely Powerful
Basic Stuff is very easy and even advanced programming is possible, as the language is now able to use objects and classes and has a ton of free libraries and one of the most helpful and friendly communities on the Internet.
Pro Allows for extremely easy remapping keys and buttons on your keyboard, joystick, and mouse
You can reprogram any key combination, including the Windows key with a syntax like this one:
h::msgbox true
that automatically remaps the H key to show a message box.
Pro Powerful
Can interact with any Windows program / dialog / form, filling fields, submitting data, etc., without dependency on the window placement.
Pro Can map keys to scripts
Pro Scripting of common procedures
AHK allows full scripts to be created and used, it is very flexible.
Pro Helpful forum
Pro Programming language is easier to learn and to use
Pro Good help documentation
Pro C-like syntax
C-like languages dominate the industry, making it easier to switch over to other ones in the C family.
Pro Fully programmable
With a full programming language powering the hotkeys, including GUIs, it is powerful and flexible.
Pro Faster file deletion
It deletes files much much faster than built in Windows file manager.
Pro Can check files for copy errors
TeraCopy can automatically check/verify the copied files for errors, by calculating their CRC or other checksum/hash value.
Pro Seamless shell integration
Pro Skips badly copied files
TeraCopy skips badly copied files during the copying process, and then displays them at the end of the transfer "Verify" with checksum/hash, so you can see which files to re-copy. See also, OpenHashTab for Windows and DeadHash for Windows, Linux, Android.
Cons
Con Programming language is primitive
The base syntax, inherited from the first version of AutoIt, is primitive (a bit like an improved batch syntax).
Con Sometimes clashes with 7 zip
From my experience, TeraCopy does not do well in conjunction with 7zips.
It seems to error on some systems when you do a drag-and-drop extract.
