You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,21 @@
1
1
# Ahk2Exe #
2
2
3
-
Ahk2Exe is the official AutoHotkey script to EXE converter, which is written itself in AutoHotkey.
3
+
Ahk2Exe is the official AutoHotkey script to EXE converter, which is written itself in AutoHotkey v1.1. It compiles v1.1 and v2+ scripts into executables.
4
4
5
5
https://www.autohotkey.com/
6
6
7
7
8
-
## How to Compile ##
8
+
## How to compile Ahk2Exe ##
9
9
10
10
Ahk2Exe must be compiled with itself as it uses compiler directives.
11
11
12
12
The compilation will also need to use files from a recent AutoHotkey v1.1 self-contained binary, such as an installed version of AutoHotkey.
13
13
14
14
After unpacking all the source files, run Ahk2Exe.ahk, and drag and drop Ahk2Exe.ahk onto the converter window.
15
15
16
-
Select a suitable Base file (usually a 32-bit Unicode file) from the recent AutoHotkey download (see above), then press the 'Convert' button.
16
+
The embedded 'Base' compiler directive will use a suitable Base file from the installed AutoHotkey (see above). Alternatively select a suitable v1.1 32-bit Unicode Base file to use.
17
+
18
+
Press the 'Convert' button.
17
19
18
20
The resulting Ahk2Exe.exe file should be copied to the Compiler sub-folder under the folder containing AutoHotkey.exe for proper operation.
0 commit comments