-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathReadMe.txt
More file actions
55 lines (39 loc) · 1.19 KB
/
ReadMe.txt
File metadata and controls
55 lines (39 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
##### AutoIt3 Script Starter
The problem is described in the article "AutoIt and Malware"
https://www.autoitscript.com/wiki/AutoIt_and_Malware
Use the AutoIt3-Script-Starter to avoid false virus positives.
### Usage Option 1
<Folder tree>
│
│ Starter.exe
│
└───AutoIt
AutoIt3.exe
AutoIt3_x64.exe
Starter.a3x
Starter.au3
AutoIt and script files should be located in a folder named AutoIt.
The Starter-file and the Script-file must have the same name (any name).
### Usage Option 2
<Folder tree>
│
│ Starter.exe
│ Starter.ini
│
├───AutoIt_Scripts
│ Script.a3x
│ Script.au3
│
└───AutoIt_v3.3.16.1
AutoIt3.exe
AutoIt3_x64.exe
<Starter.ini>
│
[Starter]
AutoItPath=AutoIt_v3.3.16.1\
ScriptPath=AutoIt_Scripts\Script.au3
The Starter-file and the INI-file must have the same name (any name).
If the folder path is specified, a trailing backslash is required.
### Priorities
64-bit-Starter will prefer AutoIt3_x64.exe, unless otherwise specified in the INI file.
Starter will prefer compiled .a3x, unless otherwise specified in the INI file.