This is part 4 of AutoHotkey Text/String Manipulation series. In this video, we will go through Loop Parse and StrSplit.
This video will teach you how to control your mouse to send clicks or move the cursor to a specific point using AutoHotkey.
In this video, I walk you through how command prompt commands can be executed from AutoHotkey. I'll be demonstrating lots of useful Cmd commands along the way.
This script allows you to create text boxes on your screen for you to input texts and have them displayed on your screen.
In this video, we'll be looking FileOpen() which gives you access to a File Object and use its methods and properties.
With this script you can infinitely send mouse clicks to a coordinate.
➡️ https://youtu.be/5-wp9crAnNM
➡️ https://youtu.be/5-wp9crAnNM
This script allows you to grab the paths to the active folder, selected files or all files within the active folder.
This is a simple example of how you can record your mouse clicks and play it back using an array.
You can save the picture you drew with your mouse using this AutoHotkey script and redraw it whenever.