This repository contains three AutoHotkey (AHK) scripts that enhance file copying functionality in Windows File Explorer:
- FileNameCopier.ahk: Copies the full file name with extension
- FileNameCopier (NoExt).ahk: Copies the file name without extension
- FilePathCopier.ahk: Copies the full file path
- Windows operating system
- AutoHotkey installed
- Download and install AutoHotkey from the official website.
- Download the desired
.ahk
script(s) from this repository. - Double-click the script to run it, or place it in your AutoHotkey startup folder.
- Open Windows File Explorer
- Select a file
- Press the
Enter
key - The full file name (with extension) will be copied to your clipboard
- A tooltip will briefly appear confirming the copied file name
- Open Windows File Explorer
- Select a file
- Press the
Enter
key - The file name (without extension) will be copied to your clipboard
- A tooltip will briefly appear confirming the copied file name
- Open Windows File Explorer
- Select a file
- Press the
Enter
key - The full file path will be copied to your clipboard
- A tooltip will briefly appear confirming the copied file path
You can modify the scripts to:
- Change the hotkey (currently set to
Enter
) - Adjust tooltip display time
- Add additional file explorer window class support
- Windows File Explorer (Windows 10/11)
- AutoHotkey v1.1+
Contributions, issues, and feature requests are welcome!
If you encounter any problems or have suggestions, please open an issue.