AutoIt脚本运行.exe文件

Sur*_*fer 2 exe autoit

我想运行位于以下目录中的应用程序:

C:\ LCR 12\stu.exe

使用AutoIt,运行上述stu.exe文件的代码是什么?

Jos*_*ond 6

像这样:

Run("C:\LCR 12\stu.exe")
Run Code Online (Sandbox Code Playgroud)

希望这是你所追求的.