문제

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

도움이 되었습니까?

해결책

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

다른 팁

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

c:>\script.au3

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top