Learn to create calculators that update as you type! GUI AutoHotkey Tutorial.

preview_player
Показать описание
Using 11 lines of code we create an entire, easily modifiable, calculator in the AutoHotkey scripting language.

Final code:

Drop Down List of Processes
Рекомендации по теме
Комментарии
Автор

is there a way to save output from putty as a variable...to then regex for a pattern as a condition for an if/else statement? I cant quite figure out how to get it working...

Brandon-Baker
Автор

Make sure you're using AutoHotkey_L. It won't work with Basic.

aboutscript
Автор

Take a look at this, it's derived from the last example on the Process command's doc page: p.ahk.me /xy474j

aboutscript
Автор

remove the space p.ahk.me[space]/xy474j youtube doesn't let you post links in comments. I also added the link in the description.

aboutscript