AutoHotKey Intro 1 (First Script and how to install/run/compile)

Published: 11 November 2020
on channel: TAB Nation - Automation
13,220
188

Learning your first script (Hello World) and how to Install/Run/Compile AHK
Lots more videos to come so don't forget to Subscribe!

If you find my video helpful help me to upgrade my videos with a small donation. TY so much for any help! = paypal.me/tabnationYT

CODE:
f1::
thomsvar=Hello World
msgbox, %thomsvar%
Return

f1::
VarT=Hello Wrld
If VarT = Hello World
{
msgbox, %VarT%
}
Else
{
Msgbox, did not = true
}
Return

F2::
Send Hello World
Return

f3::
hellovar= Hello World
Send %hellovar%
Return

Installing = :40
Compile = 1:45
HotKey = 3:20
Variable = 4:13
Message Box = 5:09
Return = 5:38
If Else = 6:50/7:30
Send/Click = 9:25/12:08
Multiple Hotkeys = 9:10
GUI = 12:30


Watch video AutoHotKey Intro 1 (First Script and how to install/run/compile) online, duration hours minute second in high quality that is uploaded to the channel TAB Nation - Automation 11 November 2020. Share the link to the video on social media so that your subscribers and friends will also watch this video. This video clip has been viewed 13,220 times and liked it 188 visitors.