In this video we'll be looking at the FileAppend command that creates or append to an existing file, and Loop Files that loops through the files and folders within a folder.
In this video, we'll be looking FileOpen() which gives you access to a File Object and use its methods and properties.
This script allows you to create text boxes on your screen for you to input texts and have them displayed on your screen.
This Autohotkey script uses youtube-dl to download a list of YouTube videos.
In AutoHotkey, it's important that you understand the difference between the types of assignments. Watch this video to learn more.
If you want talk directly to elements (controls) within a window, you can use this script to help finding out what elements exist within your window
This is a more advanced mouse click recorder with a saving feature and allows for sleep time after each click.
This is the basics of creating a Tooltip using AutoHotkey.
This AutoHotkey script allows you to click anywhere on a Window to move it around the screen by dragging it with the mouse.
If you want send mouse events like clicks directly to elements (controls) within a window, you can use the controlclick command.
In this video, I'll be showing you the steps to set up Visual Studio Code for scripting in AutoHotkey.