pleindigo.blogg.se

Ahk2exe
Ahk2exe













ahk2exe

The script compiler looks for special comments in the source script and recognises these as Compiler Directives. Ability to remove code sections from the compiled script and vice versa.Ability to tweak several miscellaneous aspects of compilation.Ability to add resources to the compiled script.Ability to change the version information (such as the name, description, version.).Script compiler directives allow the user to specify details of how a script is to be compiled via Ahk2Exe. UseResourceLang: Changes the resource language.

ahk2exe

ResourceID : Assigns a non-standard resource ID to the main script.PostExec: Runs a program after compilation.ExeName: Specifies the location and name for the.Cont: Specifies a directive continuation line.Bin / Base : Specifies the base version of AutoHotkey to use.Directives that control executable metadata:.Directives that control the script behaviour:.Script Compiler Directives | AutoHotkey Script Compiler Directives Table of Contents















Ahk2exe