• Intro to AutoHotkey Intermediate AutoHotkey Intermediate Objects GUIs are Easy w/AutoHotkey Painlessly switch from V1 to V2

Text Expansion on a Windows PC with AutoHotkey (HotStrings) Course

It seems that you haven’t purchased this course yet or you are not logged in.

Log into Your Account

Lost Password?


Hotstringsguarantee

Normal Price: 29.99
Sale price: 15.99
Want 25% off?

guarantee
All of my courses are sold with a 30 day money back guarantee!
If you are unhappy with the course for any reason within the first 30 days, you can get a full refund, no questions asked!


What you’ll learn

  • How to drastically speed up your typing and improve your accuracy
  • How to type short abbreviations that will expand in any windows program
  • How to quickly fill out forms / emails / etc. that require the same text
  • How to Autocomplete words in any Windows program
  • How to Trigger programs and/or Events by typing a few keys
  • How to apply HotStrings to Courtroom typing
  • How to have templates of pre-defined text snippets at your fingertips
  • That text expansion is your friend
  • Why hotstrings are the simplest way for you to begin working smarter, not harder
  • How AutoHotkey can save you time after just a few minutes of learning
  • How you can create a list of medical terms and have them at your fingertips

You can get the course by clicking here. Remember, you can get a 25% discount by becoming an AHK Hero.

Intro To DOS Course

It seems that you haven’t purchased this course yet or you are not logged in.

Log into Your Account

Lost Password?


Intro to DOSguarantee

Normal Price: 69.99
Sale price: 19.99
Want 25% off?

guarantee
All of my courses are sold with a 30 day money back guarantee!
If you are unhappy with the course for any reason within the first 30 days, you can get a full refund, no questions asked!


If you're running a Windows PC, knowing some critical DOS commands and how to navigate the Command prompt is a must!  

DOS has been around since the early 80's yet is still incredibly helpful when working on a Windows PC.  In this course we walk through the basics of using DOS, navigating the command prompt, getting help for any command and cover some great fundamentals.

You don't need to be an expert!  We start off with learning the basics and move towards more advanced commands that can be of great help if your Windows computer is not working properly.

We added a small tool that you can use to open a command prompt from whatever location you are. This will allow you to easily open a command prompt with the current folder. This saves tons of time when trying to perform some command on the current folder.

To use it you can download it from our site and run it. The program is a small AutoHotkey script and we provide the source code, so you have full control of verifying what it is doing.

This tool is completely free!   You will need to provide your email address to get the download.

During the course, we also show how you can leverage AutoHotkey,  a free scripting language, to negate the need of working from the command prompt.

While it may be hard to believe, sometimes things are actually easier to fix in DOS compared to working with Windows GUIs.  We cover some networking commands that will help troubleshoot some of the tricky topics.

We also show you how you can easily export your DOS window commands to a text file or to the clipboard (both of which are extremely helpful!)

If you're having issues with your hard drive we also walk you through how to "check it" as well as format it.

DOS has some pretty powerful commands to copy and move files.  We even cover how to search for files that contain text as well as use a regular expression in your search!

Start learning DOS today!  We never know when Windows will fail and learning the critical commands ahead of time will save you a lot of stress (not to mention $)

What you’ll learn

  • How to access & use DOS commands
  • Basic navigation and frequently used DOS commands
  • How to access help for any command
  • Commands that interact with other commands
  • DOS commands that save a ton of time by piping to clipboard or a file
  • File and folder manipulation
  • DOS Commands to check Networking functionality
  • How to use and create a batch file
  • How to use AutoHotkey with the command line

Are there any course requirements or prerequisites?

  • Windows computer
  • Desire to access the command prompt from a windows computer

Who this course is for:

  • Those that want to learn critical commands to help them work from the DOS command line
  • People that troubleshoot windows computers
  • Windows users that want to be able to access their computer when Windows will not load

Intermediate AutoHotkey / How to Automate your Windows PC Course

It seems that you haven’t purchased this course yet or you are not logged in.

Log into Your Account

Lost Password?


Intermediate AutoHotkey Promoguarantee

Normal Price: 79.99
Sale price: 29.99
Want 25% off?

guarantee
All of my courses are sold with a 30 day money back guarantee!
If you are unhappy with the course for any reason within the first 30 days, you can get a full refund, no questions asked!


Intermediate AutoHotkey / Getting past the basics

Here we take a deeper-dive into how to automate your Windows PC. With over 5 hours of course time, you’re sure to level-up your automating with AutoHotkey! Sign-up to my alerts between now and June 1st and you’ll have a chance to win one of 10 free-access to the Intermediate course! Among other things we take a deep-dive into using Controls, play with the Windows Registry, Tackle 5 types of loops and jump into using Objects.

Here's a high-level overview of what you'll learn

  • How to use many built-in AutoHotkey functions (and create your own)
  • How to use the Amazing built-in tools to AutoHotkey that can connect to Windows programs
  • Introduction to objects in AutoHotkey
  • Where free resources are available for continue their journey learning AutoHotkey
  • 5 types of loops in AutoHotkey
  • How to use Set Timers to give the appearance of multi-threading
  • How to Save and Load data via ini files
  • How to Read and Write to the Windows registry
  • How to manipulate programs using built-in Controls
  • How to automate programs using their menus
  • How to use Simple and Associative Arrays
  • How to use AutoHotkey objects

You can get the course by clicking here. Remember, you can get a 25% discount by becoming an AHK Hero.

GUIs are Easy Course

It seems that you haven’t purchased this course yet or you are not logged in.

Log into Your Account

Lost Password?


Guis are Easy100 rbg

Normal Price: 99.99
Sale price: 59.99
Want 25% off?

100 rbg
All of our courses are sold with a 30 day Double your money back guarantee!
If you are unhappy with the course for any reason within the first 30 days, you can get 2X what you paid, no questions asked!


Creating a GUIs tested by billions of people is easy with AutoHotkey

Guis are Easy
If you’re a developer and trying to create a tool that will “go viral” then GUIs are a must.  Thankfully GUIs are Easy with AutoHotkey!

The first time I tried to learn GUIs in AutoHotkey I was dismayed.  AutoHotkey is an amazing language that is easy to understand however their GUIs eluded me.  After a few years of programming I tried learning GUIs in Python and a few other languages.  Turns out, GUIs in general are just  a “different animal”.  Once you wrap your mind around the fact your code isn’t “linear” (with a clear start / stop point) it becomes much easier to grasp.   Thankfully AutoHotkey allows you to leverage the built-in GUIs that drives Windows!  And they’ve wrapped them with some very simple commands so there’s no need to learn C# or any other “deeper” programming language.

P.S. While having some background in AutoHotkey would be helpful it is NOT NEEDED!

Here’s a high-level overview of what you’ll learn

  • Create Mockups so your GUI is well thought-through
  • Easily build GUIs in just a few lines of code
  • Leverage the proven Microsoft Controls (without having to be a programmer)
  • Learn how to create GUIs by an amazing instructor with 10+ years of GUI experience
  • This is the simplest way to make GUIs or your money back!
  • Other than AutoHotkey there are NO LIBRARIES to install / download!  Your Windows computer has everything you need!
  • Courses are in clear, easy to follow, sections which help you learn snippets at a time
  • UI / UX design doesn’t have to be complicatedYou may find it hard to believe that GUIs are easy but don’t just take our word for it, read the reviews of this course.   Or better yet buy it and, if you’re not happy for ANY reason, simply ask for a refund.

You can get the course by clicking here. Remember, you can get a 25% discount by becoming an AHK Hero.