windows - 从命令提示符执行 AutoIt 脚本

标签 windows command-prompt autoit shellexecute

有什么方法可以从命令行执行我的 AutoIt 脚本(.au3 文件)?

最佳答案

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

或者,您可以像这样运行脚本:

AutoIt3.exe myscript.au3

关于windows - 从命令提示符执行 AutoIt 脚本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4057045/

相关文章:

python - 使用 AutoIt Python 将数据发送到窗口

powershell - 如何为 AutoIt 和 PowerShell 获得相同的 base64 编码?

windows - CryptGetProvParam 和多线程程序

python - 使用 pandas read_csv 时出现内存错误

postgresql - 在批处理文件中运行命令

windows - 如何在 Perl 中以管理员模式打开命令提示符

node.js - 在命令提示符下运行另一个 Node JS 文件,无需关闭并重新启动它

java - 以编程方式导出 Access 表

c++ - 参数 `NumberOfConcurrentThreads`在 `CreateIoCompletionPort`中是如何使用的

c - 在 Windows 上使用 gettimeofday() 等价物