Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 433 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 433 Bytes

AutoOps

AutoIt utility functions for parsing files, arrays, and strings.

Installation

  1. Download this repository anywhere on your computer.

  2. Make sure that the AutoOps.au3 file is in the same folder as the other au3 files in this repository, as AutoOps.au3 will reference them.

  3. In your AutoIt script, call AutoOps.au3 in your include statement.

#include "C:\path\to\script\AutoOps\AutoOps.au3"