In any programming language you can't avoid the infamous message boxes. AutoHotkey is no different and so... here it is!
This Autohotkey script uses youtube-dl to download a list of YouTube videos.
If you need user input while your AutoHotkey script is running, then use the inputbox command as shown in this video.
In this video I explain what #MaxThreadsPerHotkey is and how you can make use of it. One of the examples I'll be showing you includes an infinite loop that you can toggle on and off by a single Hotkey.
This is the basics of creating a Tooltip using AutoHotkey.
In this video, we will be looking some potential real life RegEx use cases. This is part 2 of 2 videos.
In this video, we'll be going through how to create, write to, read and delete ini files using AutoHotkey.
https://youtu.be/z1827ksT3vE
Watch this video to learn how to schedule AutoHotkey script to execute in future the simplest way!
In this video, I'll be showing you how to send an email out from your PC without having Microsoft Outlook installed.