AutoIt utility functions for parsing files, arrays, and strings.
-
Download this repository anywhere on your computer.
-
Make sure that the
AutoOps.au3
file is in the same folder as the otherau3
files in this repository, asAutoOps.au3
will reference them. -
In your AutoIt script, call
AutoOps.au3
in yourinclude
statement.
#include "C:\path\to\script\AutoOps\AutoOps.au3"