为什么#Include 不起作用?
Why can't #Include work?
为什么这不起作用?
#Include D:\Data\Download\Scripts Latex2Unicode.ahk
它说
Include file "D:\Data\Download\Scripts Latex2Unicode.ahk" cannot be opened. The program will exit.
它与 help page 没有什么不同。
你的意思可能是:
#Include D:\Data\Download\Scripts\Latex2Unicode.ahk
假定目录为“Scripts
”,文件名为“Latex2Unicode.ahk
”
让我们知道。 . .
编辑:注意,在帮助示例中:
#Include C:\My Documents\Scripts\Utility Subroutines.ahk
“Scripts
”目录下的文件名为“Utility Subroutines.ahk
” -- 目录不是“Utilities
”,文件名也不是“[=17=” ]
为什么这不起作用?
#Include D:\Data\Download\Scripts Latex2Unicode.ahk
它说
Include file "D:\Data\Download\Scripts Latex2Unicode.ahk" cannot be opened. The program will exit.
它与 help page 没有什么不同。
你的意思可能是:
#Include D:\Data\Download\Scripts\Latex2Unicode.ahk
假定目录为“Scripts
”,文件名为“Latex2Unicode.ahk
”
让我们知道。 . .
编辑:注意,在帮助示例中:
#Include C:\My Documents\Scripts\Utility Subroutines.ahk
“Scripts
”目录下的文件名为“Utility Subroutines.ahk
” -- 目录不是“Utilities
”,文件名也不是“[=17=” ]