This is part 3 of AutoHotkey Text/String Manipulation series, and in this video we will go through If Var In or Contains, and Sort.
This script allows you to grab the paths to the active folder, selected files or all files within the active folder.
If you need user input while your AutoHotkey script is running, then use the inputbox command as shown in this video.
Use this single line of code (Regex) in AHK to switch date formats between US and UK!
This is part 2 of AutoHotkey Text/String Manipulation series, and in this video we will go through StrReplace, StringCaseSense, InStr and SubStr.
In this video, we'll be looking into the commands that returns or sets file timestamps (created, modified and last accessed), returns file/folder sizes, version and shortcut attributes.
This is the basics of creating a Tooltip using AutoHotkey.
In this video I walk you thru how to download and use the portable version of Tesseract for Optical Character Recognition (OCR) and Leptonica for image pre-processing to improve the OCR result.
In this video, we will be looking at the Parenthesis in RegEx patterns.
This video will teach you how to control your mouse to send clicks or move the cursor to a specific point using AutoHotkey.