This is the first part of AutoHotkey file manipulation series and we'll be looking into how to create, move, rename, copy and delete files, folders and shortcuts.
https://youtu.be/ZUzx0saj8fk
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 will be looking at the the Not Operator (Negative Class) and Character Classes in RegEx patterns.
This AutoHotkey screen clipping script is a fantastic tool that can replace the windows default Snipping tool. Watch this video to help you get set up!
in this video, we'll be looking at FileRead, FileReadLine and Loop Read to read file contents from file(s).
These are some methods through which you can download videos streamed online. Some methods do not require any programs other than your browser while others will use (free) external programs such as VLC Media Player, youtube-dl and ffmpeg.
In this video, I will be demonstrating five different scripts that use UWP API (Universal Windows Platform API) to perform Optical Character Recognition (OCR).
AutoHotkey Window Group commands allow for users to create groups of windows to switch activation among the windows in the groups, outside of the groups as well as close them.
This is part 5 of AutoHotkey Text/String Manipulation series. In this video, we will go through SplitPath and parsing XML data through MSXML2 ComObject.
Window conditional commands and functions such as WinWait, WinWaitActive, WinWaitNotActive, WinWaitClose, WinExist() and WinActive()