参考:https://www.autohotkey.com/v2/
download:
Compiling scripts requires Ahk2Exe.exe, which can be copied from an AutoHotkey v1 installation or AutoHotkey.zip(https://autohotkey.com/download/ahk.zip).
解压后:
cd Compiler/
Ahk2Exe.exe /in ${inputfile} /out ${outfile} /bin Unicode 32-bit.bin #编辑为32位exe
Ahk2Exe.exe /in ${inputfile} /out ${outfile} /bin Unicode 64-bit.bin #编辑为64位exe
没有评论:
发表评论