From 6d9fb79e08faddd013c4bb52e3afd02c75d6de9d Mon Sep 17 00:00:00 2001 From: Clive Galway Date: Wed, 29 Apr 2020 17:40:01 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 2af1567..b1f8225 100644 --- a/README.md +++ b/README.md @@ -344,3 +344,8 @@ eg `AHI.MoveCursor(100, 200)` - move to 100, 200 Screen position using mouse ID 11 `AHI.MoveCursor(100, 200, "Window")` - move to 100, 200 Window position using mouse ID 11 `AHI.MoveCursor(100, 200, , 12)` - move to 100, 200 Screen position using mouse ID 12 + +## Compiling scripts +AHI scripts can be compiled (Right click the script and select "Compile") +All required DLLs will be packed inside the EXE, so only the EXE needs to be distributed +When the EXE is run, the `Lib` folder will be created with the required DLLs