【发布时间】:2016-06-05 12:51:59
【问题描述】:
我正在尝试将两个文件扩展名与我的程序(一个 .exe 文件)相关联,假设它们是 ext1 和 ext2。
我想将 ext1 文件与我的程序相关联,如果它是 shell 执行的,这个命令行(或命令)应该运行\执行:
my_program.exe shell_execute ext1 "<full path of the file>"
同样适用于ext2:
my_program.exe shell_execute ext2 "<full path of the file>"
如何将文件扩展名关联到我的程序?
【问题讨论】:
-
这不是 AutoIt 相关的问题,而是 Windows 注册表问题...所以你应该删除这个标签 ;-)
-
我正在尝试在 AutoIt 中执行此操作,所以我标记了它:P
标签: windows command-line autoit file-association