标签: autoit
我想使用AutoIt脚本上传图像文件:
WinWaitActive("Open") Send("D:\sprint8execution\gGastro-mvn\tmp.png") Send("{ENTER}")
如何在脚本中提供系统定义的路径,以便如果脚本在任何其他计算机上运行,它将转到适用的目录并从那里获取图像?
答案 0 :(得分:0)
了解the AutoIt macros。 @ScriptDir是包含当前运行脚本的目录。
@ScriptDir