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.
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.
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