Tutorial by Examples

InputBox, userinput This will store what the user types into the input box in the variable named userinput
InputBox, password, Enter your Password,, HIDE,, 100 Loop, { if (errorlevel = 1) return if (password = "password") { MsgBox, The password is correct. return } else if (password != "password") { MsgBox, The password is incorrect. InputBox, password, Enter yo...

Page 1 of 1