开发者

Executing AutoIt script from command prompt

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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜