对安装路径的疑问

Post a reply


In an effort to prevent automatic submissions, we require that you complete the following challenge.
Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :| :mrgreen: :geek: :ugeek: :arrow: :angel: :clap: :crazy: :eh: :lolno: :problem: :shh: :shifty: :sick: :silent: :think: :thumbup: :thumbdown: :salute: :wave: :wtf: :yawn: :facepalm: :bravo: :dance: :beard: :morebeard: :xmas: :HeHe: :trollface: :cookie: :rainbow: :monkeysee: :monkeysay: :happybday: :headwall: :offtopic: :superhappy: :terms: :beer:
View more smilies

BBCode is ON
[img] is OFF
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: 对安装路径的疑问

Re: 对安装路径的疑问

Post by xerzsh » 20 Jul 2023, 09:30

WKen wrote:
20 Jul 2023, 08:43
你可以直接在完整编辑框粘贴图像或者拖放图像。
这个不知道,也许报告错误。
了解,感谢

Re: 对安装路径的疑问

Post by WKen » 20 Jul 2023, 08:43

你可以直接在完整编辑框粘贴图像或者拖放图像。
这个不知道,也许报告错误。

Re: 对安装路径的疑问

Post by xerzsh » 20 Jul 2023, 05:45

WKen wrote:
19 Jul 2023, 09:29
需要传递脚本文件路径,在CMD中是"C:\Program Files\AutoHotkey\v2\AutoHotkey64.exe" "D:\file.ahk"
其他软件可能是"C:\Program Files\AutoHotkey\v2\AutoHotkey64.exe" "%1"之类的
还有就是ux这个文件夹里的exe文件为什么无法运行?提示说找不到script文件,是我没安装全吗?
因为需要传递文件路径,拖放ahk文件到AutoHotkey64.exe也可以运行脚本
最后想请教一下,https://imgse.com/i/pCHNG7Q
请问这种情况要怎么办?谢谢


[Mod edit: Removed img tags around the URL. The URL must be of the image itself, not a web page that contains the image. Otherwise, it produces a broken image icon.]

Re: 对安装路径的疑问

Post by xerzsh » 19 Jul 2023, 18:27

原来如此,非常感谢!

Re: 对安装路径的疑问

Post by WKen » 19 Jul 2023, 09:29

需要传递脚本文件路径,在CMD中是"C:\Program Files\AutoHotkey\v2\AutoHotkey64.exe" "D:\file.ahk"
其他软件可能是"C:\Program Files\AutoHotkey\v2\AutoHotkey64.exe" "%1"之类的
还有就是ux这个文件夹里的exe文件为什么无法运行?提示说找不到script文件,是我没安装全吗?
因为需要传递文件路径,拖放ahk文件到AutoHotkey64.exe也可以运行脚本

Re: 对安装路径的疑问

Post by thqby » 19 Jul 2023, 09:15

双击打开未编译的autohotkey.exe,会在当前目录查找与exe同名的ahk文件并执行。如不存在该文件,则提示没找到脚本。
在v1安装目录双击exe则是打开帮助文件。
vsc thqby.vscode-autohotkey2-lsp插件默认ahk路径是C:\Program Files\AutoHotkey\v2\AutoHotkey.exe,也可以设置为其他

Re: 对安装路径的疑问

Post by xerzsh » 19 Jul 2023, 06:43

WKen wrote:
18 Jul 2023, 14:01
C:\Program Files\AutoHotkey\UX\ui-dash.ahk
你好,请问一下第三方编辑器,如VSC,为什么无法运行ahk脚本?error:找不到autohotkey的exe文件
还有就是ux这个文件夹里的exe文件为什么无法运行?提示说找不到script文件,是我没安装全吗?谢谢

Re: 对安装路径的疑问

Post by WKen » 18 Jul 2023, 14:01

C:\Program Files\AutoHotkey\UX\ui-dash.ahk

对安装路径的疑问

Post by xerzsh » 17 Jul 2023, 23:09

最新版是修改了安装路径了吗?我在 c:\program files\autohotkey下没有找到exe文件,而且v2文件夹里的exe无法运行,提示没找到script文件。真的好诡异

Top