For the newbies to AHK (that is Auto Hot Key), this is how you save or create an AHK script. If you don’t know what AHK is, it is a tool to make create scripts and customize your PC to make it run at your will. It is mainly used for automating certain actions you do on a very regular basis. See my short post on it.
- Open a notepad.
- Type or copy your AHK code/script.
- While saving use -
- Use file name as any file name followed by extension ahk.
E.g.: fileabc.ahk - Save type as: All files
- Use file name as any file name followed by extension ahk.
- Click Save.
You can use AHK files by double clicking on it to make them run. It is easier to make certain AHK scripts auto-run at startup, so that you don’t need to open them everytime you reboot your system. Learn here on how to make files auto-run at startup.
























