cennis91/Compile AutoHotkey Script

Compiles AutoHotkey scripts into EXEs using Ahk2Exe

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
inThe path and name of the script to compile.yes
outThe path\name of the output .exe to be created. Default is the directory\base_name of the input file plus extension of .exe.no""
iconThe icon file to be used.no""
cpOverrides the default codepage used to read script files.no""
baseThe base file to be used (a .bin or .exe file).noUnicode 64-bit.bin
compressCompress the exe? 0 = no, 1 = use MPRESS if present, 2 = use UPX if present.no""
resourceidAssigns a non-standard resource ID to be used for the main script for compilations which use an .exe base file.no""
namedescription
binaryThe compiled AutoHotkey binary
directoryThe base directory of the installed AutoHotkey
versionThe version of the installed AutoHotkey