msg box ahk code example
Example: autohotkey message box
MsgBox, Text
MsgBox [, Options, Title, Text, Timeout]
;parameters inside "[]" are optional
MsgBox, Text
MsgBox [, Options, Title, Text, Timeout]
;parameters inside "[]" are optional