tags:

views:

20

answers:

1

All,

Is there any way to execute my AutoIT script from command line? Unfortunately, the forum seems to be down and I was not able to gather much information.

+1  A: 

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

aphoria

related questions