html tool

2019年9月3日星期二

ahk2exe编译32/64位exe 方式


参考: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

没有评论:

发表评论