Question

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

Was it helpful?

Solution

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

OTHER TIPS

The default installation of autoit makes .au3 files runnable from the command line by just using

c:>\script.au3

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top