Executing AutoIt script from command prompt

name_masked picture name_masked · Oct 30, 2010 · Viewed 13.5k times · Source

Is there any way to execute my AutoIt script (.au3 file) from command line?

Answer

aphoria picture aphoria · Oct 30, 2010

You could compile your AutoIt script and run the .exe from the command line.

Or, you can run the script like this:

AutoIt3.exe myscript.au3