TumbleView

Your personal Tumblr library awaits

Programming - Blog Posts

3 years ago
[Juho's Random AutoHotkey Stuff #22] Get Path of Active Folder, Selected Files or All Files
This script allows you to grab the paths to the active folder, selected files or all files within the active folder.Where to Find the Script(s) in this video...

This script allows you to grab the paths to the active folder, selected files or all files within the active folder.


Tags
3 years ago
[Juho's Random AutoHotkey Stuff #21] Copy File and Folder Names or Paths to Clipboard
In this video, I show you a few methods through which you can copy the files' and folders' names and paths to your clipboard.Where to Find the Script(s) in t...

These are a few methods through which you can copy the files' and folders' names and paths to your clipboard.


Tags
3 years ago
[Juho's AutoHotkey Tutorial #14 File Manipulation] Part 10 - Drive Commands & Environment Variables
This is the last part of AutoHotkey file manipulation series and we'll be going through some commands related to your Drive as well as OS and user info inclu...

In this video we'll be going through some commands related to your Drive as well as OS and user info including some environment variables.


Tags
3 years ago
[Juho's AutoHotkey Tutorial #14 File Manipulation] Part 9 - IniWrite, IniDelete and IniRead
This is the ninth part of AutoHotkey file manipulation series and we'll be going through how to create, write to, read and delete ini files.Where to Find the...

In this video, we'll be going through how to create, write to, read and delete ini files using AutoHotkey.


Tags
3 years ago
[Juho's AutoHotkey Tutorial #14 File Manipulation] Part 8 - FileOpen() FileObject Methods Properties
This is the eighth part of AutoHotkey file manipulation series and we'll be looking FileOpen() which gives you access to a File Object and use its methods an...

In this video, we'll be looking FileOpen() which gives you access to a File Object and use its methods and properties.


Tags
3 years ago
[Juho's AutoHotkey Tutorial #14 File Manipulation] Part 7 - FileRead, FileReadLine and Loop Read
This is the seventh part of AutoHotkey file manipulation series and we'll be looking at FileRead, FileReadLine and Loop Read to read file contents from file(...

in this video, we'll be looking at FileRead, FileReadLine and Loop Read to read file contents from file(s).


Tags
3 years ago
[Juho's AutoHotkey Tutorial #14 File Manipulation] Part 6 - FileAppend and Loop Files
This is the sixth part of AutoHotkey file manipulation series and we'll be looking the FileAppend command that creates or append to an existing file and Loop...

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.


Tags
3 years ago
[Juho's AutoHotkey Script Demo #21] Modern Window for FileSelectFolder
This is the fifth part of AutoHotkey file manipulation series and we'll be looking into a script that opens FileSelectFolder window in modern interface.Where...

This script opens FileSelectFolder window in modern interface instead of the old default one.


Tags
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
Loading...
End of content
No more pages to load
Explore Tumblr Blog
Search Through Tumblr Tags