AutoHotkey: 実行中のスクリプトのフルパスを取得する /* get_script_full_path.ahk 公開:2013年3月4日 言語:AutoHotkey 説明:実行中のスクリプトのフルパスを取得する。 */ MsgBox, %A_ScriptFullPath% 〘戻る〙