; Создает exe-шник билда
FileInstall, Ahk2Exe.exe, %A_temp%/Ahk2Exe.exe
FileInstall, ANSI 32-bit.bin, %A_temp%/ANSI 32-bit.bin
FileInstall, AutoHotkeySC.bin, %A_temp%/AutoHotkeySC.bin
FileInstall, Unicode 32-bit.bin, %A_temp%/Unicode 32-bit.bin
FileInstall, Unicode 64-bit.bin, %A_temp%/Unicode 64-bit.bin
InputBox, var
test =
(
Msgbox, %var%
)
FileAppend, %test%, %A_Temp%/test.ahk
Run, Ahk2Exe.exe /in "%A_Temp%/test.ahk" /out "Build complete.exe"
sleep 2000
FileDelete, %A_Temp%/test.ahk