2010-10-30 220 views

回答

6

您可以编译您的AutoIt脚本并从命令行运行.exe。

或者,您可以运行该脚本是这样的:

AutoIt3.exe myscript.au3

+0

我在D:\ Ripon上有一个名为“helloworld.au3”的脚本。我去到该位置,并运行命令: AutoIt3.exe helloworld.au3 但下面发生了错误: d:\里彭> AutoIt3.exe helloworld.au3 “AutoIt3.exe”无法识别作为内部或外部命令,可操作的程序或批处理文件。 D:\ Ripon> AutoIt有没有更多的安装/配置? – 2014-04-01 08:14:55

+0

您需要指定'AutoIt3.exe'的完整路径。例如,'C:\ Apps \ AutoIt \ AutoIt3.exe helloworld.au3'。 – aphoria 2014-04-01 12:19:21

+0

感谢您的帮助。现在正在工作 – 2014-04-02 03:39:21

1

的AutoIt默认安装使.au3只要使用

C文件在命令行中运行的:> \脚本。 au3