This is the second part of AutoHotkey file manipulation series and we'll be looking into get attributes and set attributes of a file or a folder, as well as FileExist function to check whether a file exists.
In this video, we will be looking some potential real life RegEx use cases. This is part 2 of 2 videos.
You can create a very neat-looking frameless Notepad that sits always on top of other windows using the script!
This is part 2 of AutoHotkey Text/String Manipulation series, and in this video we will go through StrReplace, StringCaseSense, InStr and SubStr.
Sending keystrokes directly to a program or window is very simply done with the Controlsend command. In this way, you don't even have to activate the window to send the keys.
If you want to use functions from another AutoHotkey script or Library, you can use the #Include command.
These are a few methods through which you can copy the files' and folders' names and paths to your clipboard.
This is the basics of creating a Tooltip using AutoHotkey.
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.
You can save the picture you drew with your mouse using this AutoHotkey script and redraw it whenever.
This script allows you to draw live on your screen so when you are presenting your screen to your audience, it would help them understand your message/demonstration much more easily.