PageRenderTime 45ms CodeModel.GetById 21ms RepoModel.GetById 0ms app.codeStats 0ms

/README.md

http://github.com/fincs/Ahk2Exe
Markdown | 20 lines | 9 code | 11 blank | 0 comment | 0 complexity | 69c4a85f57b58a0b6da016123c28230d MD5 | raw file
Possible License(s): WTFPL
  1. # Ahk2Exe #
  2. Ahk2Exe is the official AutoHotkey script to EXE converter, which is written itself in AutoHotkey.
  3. https://www.autohotkey.com/
  4. ## How to Compile ##
  5. Ahk2Exe must be compiled with itself as it uses compiler directives. (Make sure to use a recent AutoHotkey self-contained binary, version 1.1.)
  6. After unpacking all the source files, run Ahk2Exe.ahk, and drag and drop Ahk2Exe.ahk onto the converter window, then press the 'convert' button.
  7. The resulting Ahk2Exe.exe file should be copied to the Compiler sub-folder under the folder containing AutoHotkey.exe for proper operation.
  8. ## To do ##
  9. - Handle FileInstall on same-line If* commands.