A_WorkingDir
使用 %A_WorkingDir% 给我脚本的位置。从那里我需要向上移动一个目录并向下导航到我需要运行的脚本。 我试过了: ^!a:: Path = %A_WorkingDir% Run %Path%-. ,2009年2月11日 — hi boys 8) My problem is that i cant use A_WorkingDir or anything as a paramater to a function. I've tried alot of stuff. ,2020年3月29日 — Now I want to access a file that is in MyFolder1/MyFolder3. I have to go one step back from %A_Workingdir% and then into the folder called ... ,Try Run %A_WorkingDir%-..-locationOf-script.cmd. Or Run %A_WorkingDir%-..-locationOf-script.cmd Or Run %comspec% /k %A_WorkingDir%-. ,要运行的文档, URL, 可执行文件(.exe, .com, .bat, 等等), 快捷方式(.lnk) 或系统动词(请参阅备注). 如果Target 是本地文件且指定时没有包含路径, 则首先搜索A_WorkingDir. ,DirName. The name of the new working directory, which is assumed to be a subfolder of the current %A_WorkingDir% if an absolute path isn't specified. ,Script Properties: command line parameters, A_WorkingDir, A_ScriptDir, A_ScriptName, (...more...) Date and Time: A_YYYY, A_MM, A_DD, A_Hour, A_Min, A_Sec, (... ,引述《frank38 (:~)》之銘言: : MsgBox, %A_WorkingDir% : 上面這行執行看看,會跳出對話視窗,內容為你那個.ahk 檔的所在路徑: 因此你把要讀的 ... ,下面的变量被内置到程序中, 可以被任何脚本引用. 有关一般信息, 请参阅内置变量. 目录. 特殊字符: A_Space, A_Tab; 脚本属性: 命令行参数, A_WorkingDir ... ,除了Clipboard, ErrorLevel 和命令行参数, 其他变量都是只读的; 即它们的内容无法在脚本中直接修改. 目录. 特殊字符: A_Space, A_Tab; 脚本属性: 命令行参数, A_WorkingDir ...
相關軟體 AutoHotkey 資訊 | |
---|---|
AutoHotkey 是一個開源的實用程序,可以通過發送擊鍵和鼠標點擊自動化幾乎所有的東西。您可以手寫宏或使用宏記錄器。您還可以為鍵盤,鼠標,操縱桿和手持遙控器創建熱鍵。實際上,任何按鍵,按鈕或組合都可以成為熱鍵。類似地,您可以定義在鍵入時展開的縮寫。例如,鍵入 btw 可以自動產生的方式。最後,您可以創建自定義數據輸入表單,用戶界面和菜單欄。AutoHotkey 主要功能: 更改任何聲卡的音量,... AutoHotkey 軟體介紹
A_WorkingDir 相關參考資料
autohotkey - 如何在AutoHotkeys 中使用相对路径 - IT工具网
使用 %A_WorkingDir% 给我脚本的位置。从那里我需要向上移动一个目录并向下导航到我需要运行的脚本。 我试过了: ^!a:: Path = %A_WorkingDir% Run %Path%-. https://www.coder.work A_WorkingDir as Parameter? - Ask for Help - AutoHotkey
2009年2月11日 — hi boys 8) My problem is that i cant use A_WorkingDir or anything as a paramater to a function. I've tried alot of stuff. https://www.autohotkey.com File path relative to %A_Workingdir% - AutoHotkey Community
2020年3月29日 — Now I want to access a file that is in MyFolder1/MyFolder3. I have to go one step back from %A_Workingdir% and then into the folder called ... https://www.autohotkey.com How can I use relative paths with AutoHotkeys - Stack Overflow
Try Run %A_WorkingDir%-..-locationOf-script.cmd. Or Run %A_WorkingDir%-..-locationOf-script.cmd Or Run %comspec% /k %A_WorkingDir%-. https://stackoverflow.com Run RunWait | AutoHotkey
要运行的文档, URL, 可执行文件(.exe, .com, .bat, 等等), 快捷方式(.lnk) 或系统动词(请参阅备注). 如果Target 是本地文件且指定时没有包含路径, 则首先搜索A_WorkingDir. https://wyagd001.github.io SetWorkingDir - Syntax & Usage | AutoHotkey
DirName. The name of the new working directory, which is assumed to be a subfolder of the current %A_WorkingDir% if an absolute path isn't specified. https://www.autohotkey.com Variables and Expressions - Definition & Usage | AutoHotkey
Script Properties: command line parameters, A_WorkingDir, A_ScriptDir, A_ScriptName, (...more...) Date and Time: A_YYYY, A_MM, A_DD, A_Hour, A_Min, A_Sec, (... https://www.autohotkey.com [AHK-] 怎麼處理相對路徑?讓腳本換電腦也可用- 看板EzHotKey
引述《frank38 (:~)》之銘言: : MsgBox, %A_WorkingDir% : 上面這行執行看看,會跳出對話視窗,內容為你那個.ahk 檔的所在路徑: 因此你把要讀的 ... https://www.ptt.cc 变量和表达式
下面的变量被内置到程序中, 可以被任何脚本引用. 有关一般信息, 请参阅内置变量. 目录. 特殊字符: A_Space, A_Tab; 脚本属性: 命令行参数, A_WorkingDir ... https://wyagd001.github.io 变量和表达式 - AutoHotkey 中文化项目
除了Clipboard, ErrorLevel 和命令行参数, 其他变量都是只读的; 即它们的内容无法在脚本中直接修改. 目录. 特殊字符: A_Space, A_Tab; 脚本属性: 命令行参数, A_WorkingDir ... http://ahkcn.sourceforge.net |