cennis91/Compile AutoHotkey Script
Compiles AutoHotkey scripts into EXEs using Ahk2Exe
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| in | The path and name of the script to compile. | yes | — |
| out | The path\name of the output .exe to be created. Default is the directory\base_name of the input file plus extension of .exe. | no | "" |
| icon | The icon file to be used. | no | "" |
| cp | Overrides the default codepage used to read script files. | no | "" |
| base | The base file to be used (a .bin or .exe file). | no | Unicode 64-bit.bin |
| compress | Compress the exe? 0 = no, 1 = use MPRESS if present, 2 = use UPX if present. | no | "" |
| resourceid | Assigns a non-standard resource ID to be used for the main script for compilations which use an .exe base file. | no | "" |
Outputs
| name | description |
|---|---|
| binary | The compiled AutoHotkey binary |
| directory | The base directory of the installed AutoHotkey |
| version | The version of the installed AutoHotkey |