juholee - Watch Juho's Tech Tips on YouTube
Watch Juho's Tech Tips on YouTube

https://www.youtube.com/c/juholee_channel

119 posts

Latest Posts by juholee - Page 2

3 years ago
[Juho's AutoHotkey Tutorial #14 File Manipulation] Part 4 - FileSelectFile and FileSelectFolder
This is the fourth part of AutoHotkey file manipulation series and we'll be looking into the FileSelectFile and FileSelectFolder commands that prompt users t...

In this video, we'll be looking into the FileSelectFile and FileSelectFolder commands that prompt users to select a file or a folder.


Tags
3 years ago
[Juho's AutoHotkey Tutorial #14 File Manipulation] Part 3 - Get and Set File and Folder Metadata
This is the third part of AutoHotkey file manipulation series and we'll be looking into the commands that returns or sets file timestamps (created, modified ...

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.


Tags
3 years ago
[Juho's AutoHotkey Tutorial #14 File Manipulation] Part 2 - FileExist, Get and Set File Attributes
This is the second part of AutoHotkey file manipulation series and we'll be looking into get attributes and set attributes of a folder or a folder, as well a...

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.


Tags
3 years ago
[Juho's AutoHotkey Tutorial #14 File Manipulation] Part 1 - Create, Move, Rename, Copy and Delete
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 short...

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.


Tags
3 years ago
[Juho's Random AutoHotkey Stuff #20] Create Your Own Memorization Tool (Email) No Outlook & No Excel
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 ...

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.


Tags
3 years ago
[Juho's Random AutoHotkey Stuff #19] Send an Email by Compiling C# Code
In this video, I'll be showing you how to send an email out from your PC by compiling a C# script thru AutoHotkey.Email service providers that require port 5...

In this video, I'll be showing you how to send an email out from your PC by compiling a C# script thru AutoHotkey.


Tags
3 years ago
[Juho's Random AutoHotkey Stuff #19] Send an Email Without MS Outlook
In this video, I'll be showing you how to send an email out from your PC without having Microsoft Outlook installed.Please note, this does not work with all ...

In this video, I'll be showing you how to send an email out from your PC without having Microsoft Outlook installed.


Tags
3 years ago
[Juho's AutoHotkey Script Demo #20] RegEx Tester
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.Where ...

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.


Tags
3 years ago
[Juho's AutoHotkey Tutorial #13 RegEx] Real Life RegEx Examples Part 2
In this video, we will be looking some potential real life RegEx use cases. This is part 2 of 2 videos.Where to Find the Script(s) in this video:• Visit juho...

In this video, we will be looking some potential real life RegEx use cases. This is part 2 of 2 videos.


Tags
3 years ago
[Juho's AutoHotkey Tutorial #13 RegEx] Real Life RegEx Examples Part 1
In this video, we will be looking some potential real life RegEx use cases. This is part 1 of 2 videos.Where to Find the Script(s) in this video:• Visit juho...

In this video, we will be looking some potential real life RegEx use cases. This is part 1 of 2 videos.


Tags
3 years ago
[Juho's AutoHotkey Tutorial #13 RegEx] RegExReplace, Pattern Count and Backreferences
In this video, we will be looking at the RegExReplace function in AutoHotkey.Where to Find the Script(s) in this video:• Visit juho-lee.com ❯ Archive ❯ AutoH...

In this video, we will be looking at the RegExReplace function in AutoHotkey.


Tags
3 years ago
[Juho's AutoHotkey Tutorial #13 RegEx] RegEx Pattern Part 6 - Option Prefix
In this video, we will be looking at the Option Prefix in RegEx patterns.Where to Find the Script(s) in this video:• Visit juho-lee.com ❯ Archive ❯ AutoHotke...

In this video, we will be looking at the Option Prefix in RegEx patterns.


Tags
3 years ago
[Juho's AutoHotkey Tutorial #13 RegEx] RegEx Pattern Part 5 - Parenthesis
In this video, we will be looking at the Parenthesis in RegEx patterns.Where to Find the Script(s) in this video:• Visit juho-lee.com ❯ Archive ❯ AutoHotkey ...

In this video, we will be looking at the Parenthesis in RegEx patterns.


Tags
3 years ago
[Juho's AutoHotkey Tutorial #13 RegEx] RegEx Pattern Part 4 - Anchors and Escape Sequence
In this video, we will be looking at the Anchors and Escape Sequence in RegEx patterns.AutoHotkey RegEx Tutorial Series:• Introduction to Regular Expression ...

In this video, we will be looking at the Anchors and Escape Sequence in RegEx patterns.


Tags
3 years ago
[Juho's AutoHotkey Tutorial #13 RegEx] RegEx Pattern Part 3 - Qualifiers
In this video, we will be looking at the Qualifiers in RegEx patterns.AutoHotkey RegEx Tutorial Series:• Introduction to Regular Expression (RegEx): https://...

In this video, we will be looking at the Qualifiers in RegEx patterns.


Tags
3 years ago
[Juho's AutoHotkey Tutorial #13 RegEx] RegEx Pattern Part 2 - Not Operator and Character Classes
In this video, we will be looking at the the Not Operator (Negative Class) and Character Classes in RegEx patterns.AutoHotkey RegEx Tutorial Series:• Introdu...

In this video, we will be looking at the the Not Operator (Negative Class) and Character Classes in RegEx patterns.


Tags
3 years ago
[Juho's AutoHotkey Tutorial #13 RegEx] RegEx Pattern Part 1 - Characters, Groups and Ranges
In this video, we will be looking at the Characters, Groups and Ranges in RegEx patterns.AutoHotkey Text Parsing Functions and Commands:• Part 1 - StringUppe...

In this video, we will be looking at the Characters, Groups and Ranges in RegEx patterns.


Tags
3 years ago
[Juho's AutoHotkey Tutorial #1 Set-Up] Part 5 - Visual Studio Code Editor for AutoHotkey Scripting
In this video, I'll be showing you the steps to set up Visual Studio Code for scripting in AutoHotkey.VS Code AutoHotkey Extension: https://marketplace.visua...

In this video, I'll be showing you the steps to set up Visual Studio Code for scripting in AutoHotkey.


Tags
3 years ago
[Juho's AutoHotkey Tutorial #1 Set-Up] Part 4 - Run Scripts Directly From Portable SciTE4AutoHotkey
In this video, I'll be showing you the way to run AutoHotkey scripts directly from the portable version of SciTE4AutoHotkey.Other relevant videos:• Run AutoH...

In this video, I'll be showing you the way to run AutoHotkey scripts directly from the portable version of SciTE4AutoHotkey.


Tags
3 years ago
[Juho's AutoHotkey Tutorial #1 Set-Up] Part 3 - Run AutoHotkey Scripts Without Installation
In this video I'll be showing you four ways to execute an AutoHotkey script without having to install AutoHotkey on your machine.One other way to run AutoHot...

In this video I'll be demonstrating four ways to execute an AutoHotkey script without having to install AutoHotkey on your machine.


Tags
3 years ago
[Juho's Random AutoHotkey Stuff #17] Presentation Tool 7 - Create Textbox on Screen
This script allows you to create text boxes on your screen for you to input texts and have them displayed on your screen.Other relevant videos:• Presentation...

This script allows you to create text boxes on your screen for you to input texts and have them displayed on your screen.


Tags
3 years ago
[Juho's Random AutoHotkey Stuff #16] Presentation Tool 6 - Draw Shapes and Lines Live on 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 you...

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.


Tags
3 years ago
[Juho's Random AutoHotkey Stuff #15] Presentation Tool 5 - Draw on Screenshot
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 w...

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.


Tags
3 years ago
[Juho's Random AutoHotkey Stuff #14] Presentation Tool 4 - Draw Live on Screen
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/demons...

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.


Tags
3 years ago
[Juho's AutoHotkey Tutorial #12 Text Manipulation] Bonus Part - HTMLfile ComObj for Parsing HTML
This is a bonus part of AutoHotkey Text/String Manipulation series. In this video, we will go through HTMLfile ComObj used for parsing HTML data. We will als...

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.


Tags
3 years ago
[Juho's AutoHotkey Tutorial #12 Text Manipulation] Part 5 - SplitPath and Parsing XML Data
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.Where...

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.


Tags
3 years ago
[Juho's AutoHotkey Tutorial #12 Text Manipulation] Part 4 - Loop Parse and StrSplit
This is part 4 of AutoHotkey Text/String Manipulation series. In this video, we will go through Loop Parse and StrSplit.Where to Find the Script(s) in this v...

This is part 4 of AutoHotkey Text/String Manipulation series. In this video, we will go through Loop Parse and StrSplit.


Tags
3 years ago
[Juho's AutoHotkey Tutorial #12 Text Manipulation] Part 3 - If Var In or Contains, and Sort
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.Where to Find the Script(...

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.


Tags
3 years ago
[Juho's AutoHotkey Tutorial #12 Text Manipulation] Part 2 - StrReplace,StringCaseSense,InStr,SubStr
This is part 2 of AutoHotkey Text/String Manipulation series, and in this video we will go through StrReplace, StringCaseSense, InStr and SubStr.Where to Fin...

This is part 2 of AutoHotkey Text/String Manipulation series, and in this video we will go through StrReplace, StringCaseSense, InStr and SubStr.


Tags
3 years ago
[Juho's AutoHotkey Tutorial #12 Text Manipulation] Part 1 - StringUpper, StringLower, Strlen, Trim
In the next several videos, I'll be going through the string/text manipulation functions of AutoHotkey that massage input values and export just the values w...

In this video, we will go through StringUpper, StringLower, Strlen and Trim.


Tags
Explore Tumblr Blog
Search Through Tumblr Tags