Hi guys, I don't understand how to add to a autoit .exe a command line interface The help this time don't help me like expeted. Example simple code: Func Test() MsgBox(0,0,"test") EndFunc If i run it nothing happens, it's normal. But how to add a command line parameter like: C:UsersUsername>test.exe /name "True" Completed Successfully And see the MsgBox with the variable text? Please provide some example Thanks for support