如何在AutoHotkey中检索当前脚本的文件名?

时间:2017-09-26 20:51:24

标签: autohotkey

我想在AutoHotkey中检索当前运行脚本的文件名并将其保存到变量中。

例如,如果我的脚本名为sample-script.ahk,我想显示一条消息,说明" 当前脚本是sample-script.ahk "。

如何在AutoHotkey中检索当前活动脚本的文件名?

1 个答案:

答案 0 :(得分:2)

使用:class MyView(AuthenticationVerificationMixin, TemplateView): ... 当前脚本的文件名,不带路径,例如MyScript.ahk。

A_ScriptName

请参阅:https://autohotkey.com/docs/Variables.htm#BuiltIn

,更具体地说,https://autohotkey.com/docs/Variables.htm#ScriptName