Vient Posted April 23, 2019 Posted April 23, 2019 Hello, I wanted to try to learn the autoIT language but I got stuck at the beginning. None of scripts work, even example scripts. Every time the error is - "The system cannot find the file specified.". Please correct me if I'm wrong but all you need to do for it to work is to install AutoIT and editor. Is there any plugin/addon for Visual Studio that allows you to work there?
Nine Posted April 23, 2019 Posted April 23, 2019 No need for add-on or anything...But you cannot compile a script within autoit folders because they all are protected against modification. You can run them without compiling. Press F5 to run. If you want to compile you need to create a folder in your personal folder and save as the example script in there, then you can compile them or modify them... “They did not know it was impossible, so they did it” ― Mark Twain Spoiler Block all input without UAC Save/Retrieve Images to/from Text Monitor Management (VCP commands) Tool to search in text (au3) files Date Range Picker Virtual Desktop Manager Sudoku Game 2020 Overlapped Named Pipe IPC HotString 2.0 - Hot keys with string x64 Bitwise Operations Multi-keyboards HotKeySet Recursive Array Display Fast and simple WCD IPC Multiple Folders Selector Printer Manager GIF Animation (cached) Screen Scraping Multi-Threading Made Easy
Vient Posted April 23, 2019 Author Posted April 23, 2019 At the screenshot I tried to simply run it using F5. Here I'm trying to focus notepad window. The file is saved on my desktop. Same issue.
Subz Posted April 23, 2019 Posted April 23, 2019 You appear to have a custom installation or you're running a portable version since C:\AutoIt3\ is a non standard location (normally C:\Program Files (x86)\AutoIt3\) have you tried installing it normally. Also recommend installing https://www.autoitscript.com/site/autoit-script-editor/downloads/ which gives you a lot more functionality.
Vient Posted April 23, 2019 Author Posted April 23, 2019 1 minute ago, Subz said: You appear to have a custom installation or you're running a portable version since C:\AutoIt3\ is a non standard location I just changed the installation folder. 1 minute ago, Subz said: Also recommend installing https://www.autoitscript.com/site/autoit-script-editor/downloads/ which gives you a lot more functionality. I installed it. Will try default installation. Thanks for help.
Vient Posted April 23, 2019 Author Posted April 23, 2019 The problem is now solved. When I was installing it for the first time I went for something to eat so i haven't seen that webroot detected AutoIT3.exe as threat and deleted it. This time I saw it happen in the middle of installation progress. imo. installer should fail the whole process not continue like nothing happend.
Subz Posted April 23, 2019 Posted April 23, 2019 Haven't heard of AutoIt installer being flagged before, have only seen it with compiled executables mostly due to UPX compression. The sticky post below normally has most of the information on this. Which AV are you using? I saw a similar post last week about being unable to find files, they might be encountering the same issue. an
Earthshine Posted April 23, 2019 Posted April 23, 2019 (edited) how would the installer know that your crap utility is deleting afterward? as far as it can tell, everything was fine. there is nothing wrong with the autoit installer. nothing. fault is on your weak utility falsifying threats . Edited April 23, 2019 by Earthshine My resources are limited. You must ask the right questions
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now