In this video, we'll be looking into the FileSelectFile and FileSelectFolder commands that prompt users to select a file or a folder.
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 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.
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.
You can use a script like this to help you memorise anything you're learning by sending regular emails to yourself with quizzes to test your knowledge. This script does not require MS Excel or Outlook.
In this video, I'll be showing you how to send an email out from your PC by compiling a C# script thru AutoHotkey.
In this video, I'll be showing you how to send an email out from your PC without having Microsoft Outlook installed.
In this video, we will be looking at a RegEx Tester script that helps you instantly test out your RegEx pattern to see if you get the intended matches.
In this video, we will be looking some potential real life RegEx use cases. This is part 2 of 2 videos.
In this video, we will be looking some potential real life RegEx use cases. This is part 1 of 2 videos.
In this video, we will be looking at the RegExReplace function in AutoHotkey.
In this video, we will be looking at the Option Prefix in RegEx patterns.
In this video, we will be looking at the Parenthesis in RegEx patterns.
In this video, we will be looking at the Anchors and Escape Sequence in RegEx patterns.
In this video, we will be looking at the Qualifiers in RegEx patterns.
In this video, we will be looking at the the Not Operator (Negative Class) and Character Classes in RegEx patterns.
In this video, we will be looking at the Characters, Groups and Ranges in RegEx patterns.
In this video, I'll be showing you the steps to set up Visual Studio Code for scripting in AutoHotkey.
In this video, I'll be showing you the way to run AutoHotkey scripts directly from the portable version of SciTE4AutoHotkey.
In this video I'll be demonstrating four ways to execute an AutoHotkey script without having to install AutoHotkey on your machine.
This script allows you to create text boxes on your screen for you to input texts and have them displayed on your screen.
This script allows you to draw shapes and lines live on the screen so when you are presenting your screen to your audience, it would help them understand your message/demonstration much more clearly.
This script allows you to take a screenshot of your current screen then draw on that screenshot so when you are presenting your screen to your audience, it would help them understand your message/demonstration much more clearly.
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.
In this video, we will go through HTMLfile ComObj used for parsing HTML data. We will also go through a simple example of webscraping/webcrawling.
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.
This is part 4 of AutoHotkey Text/String Manipulation series. In this video, we will go through Loop Parse and StrSplit.
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 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 will go through StringUpper, StringLower, Strlen and Trim.