JOEL LIPMAN Systems / Automation / AI

Knowledge base / Since 1999

AutoHotkey Tutorials & Guides

Practical AutoHotkey tutorials, troubleshooting notes and implementation guides from real projects.

Advanced search

20 entries / AutoHotkey

Clear filters
AutoHotkey: App GUI Listview to Rename Files
AutoHotkey

AutoHotkey: App GUI Listview to Rename Files

So this is the documentation for a snippet of code that will list files of a directory using an AutoHotkey GUI and display what it will name them. The app needs to rename files but append an incremented count if the name of a file already exists. The original file needs to keep its original name. What I have EDIT 0_00...

Read note 48,586 hits
AutoHotkey - MS Windows 10 - Open Apps on Multiple Monitors and Desktops
AutoHotkey

AutoHotkey - MS Windows 10 - Open Apps on Multiple Monitors and Desktops

Yay for Microsoft Windows 10 in joining the rest of the Operating Systems in implementing multiple desktops. So if you have a Mac or Linux system, you will know of a feature where you can have another virtual desktop on your device. For those that don't know it, the feature is similar to mobile phones where you swipe l...

Read note 54,559 hits
AutoHotkey: Check Windows Folder Sizes
AutoHotkey

AutoHotkey: Check Windows Folder Sizes

So I needed to clear space on a workstation's C drive. There are other programs about and even some built-in to MS Windows that could potentially be used. This is a quick article on how to write an AutoHotkey program to simply return the folders in the drive and display the size of all the files/folders contained withi...

Read note 32,922 hits
AHK Countdown Tooltip
AutoHotkey

AHK Countdown Tooltip

Someone suggested an app that counts the days I have left serving my notice. I thought I'd go one better and have it calculate to the nearest second. I call this latest app "byeBU" and this is version 0.4 Beta (unofficial app).

Read note 50,684 hits
Alternative method of displaying Unicode in Autohotkey GUI
AutoHotkey

Alternative method of displaying Unicode in Autohotkey GUI

Well yes you could just use the Unicode version of Autohotkey. If you're looking for some up and down arrows which is all I wanted, then you don't have to use Unicode and you can use the Chr() function: msgbox % Chr(24) ; upwards arrow msgbox % Chr(25) ; downwards arrow, unstable

Read note 42,676 hits
Fun with DllCall in AutoHotkey
AutoHotkey

Fun with DllCall in AutoHotkey

Ok so there are more fun things to do out there. If you're the type of AutoHotkey programmer that doesn't like having to use the command prompt to write to an extra text file which your program has to read, then this is for you. DllCall will usually run contained in the program and can be hidden from the end-user. The...

Read note 34,386 hits

Working principle

Our Purpose

This site exists as a practical knowledge base built from real-world experience across systems, platforms, and technologies since 1999. Much of the content documents solutions, edge cases, and working patterns that were learned through investigation where documentation was incomplete or absent, and is shared to reduce the same friction for others.

27 Years in IT
1021 CRM clients
810 Site articles
29.7m+ Reads / hits

Knowledge base

Search notes

Find matching words in article titles and content.