do loop

|

AutoIT simple tutorial on LOOPS – IF, FOR LOOP, WHILE LOOP, DO LOOP

Autoit is a very simple yet powerful tool to automate simple scripts. Today, we are looking at LOOPS. Credit to 403forbidden403. You can check her on Youtbue ;loops ;lets declare a varible $var = 1 ;lets write an if statement if $var = 1 then MsgBox(6,”if Statement Message box”,”How does the message box look?”) endIf This…