35

From here I downloaded:

  1. SciTE4AutoIt3.exe
  2. SciTE.exe

But AutoIt Recorder is not in the tools menu. Also tried downloading AutoIt Recorder, though I could not. How to get AutoIt Recorder?

user4157124
  • 2,809
  • 13
  • 27
  • 42
Natasha
  • 507
  • 2
  • 7
  • 12
  • 1
    Have you saved the script your trying to create? The tools menu will not show the Au3Recorder until you do so, unless you downloaded SciTE - light. – Mr. Hargrove Sep 15 '14 at 12:40
  • Exactly, you have to have a blank script to write to the script. So, you will need to have a saved file to have Au3Recorder put the code into. Try just saving the file before doing anything, then checking tools -> Au3Recorder – Mr. Hargrove Sep 16 '14 at 15:44
  • You use tools on an unsaved file, it must be saved to a location on your computer first. Also, if that does not work then you will need to download the full version of the SciTE editor here - https://www.autoitscript.com/cgi-bin/getfile.pl?../autoit3/scite/download/SciTE4AutoIt3.exe – Mr. Hargrove Sep 17 '14 at 12:45

5 Answers5

53

As of AutoIt v3.3.14.1 AU3Recorder is not included anymore. The only way is:

  1. Download AutoIt v3.3.14.0.
  2. Copy
    autoit-v3.3.14.0.zip\install\Extras\Au3Record
    to
    {AutoIt-Install-Dir}\Extras\Au3Record.
  3. Start AU3Recorder:
    • Run {AutoIt-Install-Dir}\Extras\Au3Record\Au3Record.exe.
    • Or open SciTE and click Tools > AU3Recorder (Alt + F6):

      enter image description here

Notes:

user4157124
  • 2,809
  • 13
  • 27
  • 42
Katie
  • 45,622
  • 19
  • 93
  • 125
9

It has been removed from the main installer from v3.3.14.1 as it triggers many AV false positives. You can find an old version here:

https://www.autoitscript.com/autoit3/files/archive/autoit/autoit-v3.3.14.0.zip

A little explanation of the rather strange link above:

If we give you a direct link to the file (or the zip file which includes it) the site gets flagged as hosting malware (yes really!) - so what you have is a link to the AutoIt archive page and the name of the zip file you need to download from it.

https://www.autoitscript.com/forum/topic/176009-where-is-au3recordexe/

It is then located in the zip file at: .\install\Extras\Au3Record

Community
  • 1
  • 1
Joel McBeth
  • 1,278
  • 16
  • 21
2

It sounds like you might be looking for the AU3Recorder. You'll find this in one of the following paths (depending on your build), so long as you went with a full installation.

  • C:\Program Files\AutoIt3\Extras\Au3Record
  • C:\Program Files (x86)\AutoIt3\Extras\Au3Record
user229044
  • 232,980
  • 40
  • 330
  • 338
Chris Kibble
  • 125
  • 2
0
  1. Install AutoIt v3 (This is the latest version as for now)
  2. After installation:
    2.1 Click Windows Start icon -> Click "AutoIt v3" -> Click "Browse Extras"
    2.2 Extras folder of AutoIt will open in Windows Explorer. Click on "Au3Record" folder -> Double click on "Au3Record.exe"
  3. AU3Record will open

Another way using AutoIt Script Editor(SciTE4AutoIt3.exe):

  1. Download AutoIt Script Editor from https://www.autoitscript.com/site/autoit-script-editor/downloads/
  2. Install it
  3. After installation:
    3.1 Open AutoIt Script Editor
    3.2. Click Tools menu -> click AU3Recorder from context menu
Ripon Al Wasim
  • 36,924
  • 42
  • 155
  • 176
0

Download https://www.autoitscript.com/site/autoit/downloads/

https://www.autoitscript.com/autoit3/files/archive/autoit/

install it

Recorder will be available in below location

E:..........\Autoit\install\Extras\Au3Record