I want to implement the following three functions using three AutoHotkey 2 scripts, but I'm not very familiar with it and can't do it:
1. Copy the current folder path to the clipboard.
2. Copy the path of the selected file to the clipboard.
3. Copy the name of the selected file to the clipboard.
I know TC (Total Commander) has its own commands, but I don't want to use keystrokes. I just want to click on the script shortcut to copy the information because I prefer using the mouse, and the scripts can be placed as shortcuts in a quick launch program.
AutoHotkey 2 scripts
Does anyone know how to copy paths using AutoHotkey 2?
Moderators: Hacker, petermad, Stefan2, white
Re: Does anyone know how to copy paths using AutoHotkey 2?
Horkeys are only the part that interacts with TC commands. Nothing prevents you from adding such commands to the buttons (and not only):ootoo wrote: 2024-08-27, 02:49 UTC I know TC (Total Commander) has its own commands, but I don't want to use keystrokes.
1. cm_CopySrcPathToClip
2. cm_CopyFullNamesToClip
3. cm_CopyNamesToClip
You don't need AHK for this.
Overquoting is evil! 👎