crashsoup Posted March 24, 2022 Author Share Posted March 24, 2022 @Nine will do. Thanks! Link to comment Share on other sites More sharing options...
crashsoup Posted April 7, 2022 Author Share Posted April 7, 2022 My internal IT was able to work with Webroot to get them to set Webroot to stop picking up AutoIt as an infected file and designate it as a safe file. I got everything uninstalled then installed the full version (not Lite) without an issue. I still cannot get a simple script to run. Attached screenshot. I have an untitled Notepad window open, and I want AutoIt (for now) to just find the thing and type a 1 into it. I can't get AutoIt to even detect the window. Suggestions? Link to comment Share on other sites More sharing options...
Nine Posted April 7, 2022 Share Posted April 7, 2022 Put some error handling so you know what is going on “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 Link to comment Share on other sites More sharing options...
crashsoup Posted April 7, 2022 Author Share Posted April 7, 2022 @Nine can you elaborate? I don't know what "error handling" is or how/where to apply it. Link to comment Share on other sites More sharing options...
Nine Posted April 7, 2022 Share Posted April 7, 2022 After each statement, you put a ConsoleWrite. Example : $ret = WinActivate(.....) ConsoleWrite($ret & "/" & @error & "/" & @extended & @CRLF) Use tags when as show here when you post code. Thanks. “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 Link to comment Share on other sites More sharing options...
crashsoup Posted April 7, 2022 Author Share Posted April 7, 2022 $ret = WinActivate ("Untitled - Notepad") ConsoleWrite($ret & "/" & @error & "/" & @extended & @CRLF) $ret = Send ("1 1") ConsoleWrite($ret & "/" & @error & "/" & @extended & @CRLF) Like this? I am not a programmer and had only used AutoIt to help with some basic automation with simple, repetitive data entry, so this is all getting way beyond my skillset real fast. Link to comment Share on other sites More sharing options...
Nine Posted April 7, 2022 Share Posted April 7, 2022 Yes run it in Scite and look for the results in the console at the bottom of the editor... “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 Link to comment Share on other sites More sharing options...
crashsoup Posted April 7, 2022 Author Share Posted April 7, 2022 I click File>Go (and have tried hitting F5 to run it) and nothing happens at all. Doesn't appear to run. No error. Nothing in the bottom of the editor. See attached screenshot. Link to comment Share on other sites More sharing options...
Nine Posted April 7, 2022 Share Posted April 7, 2022 Must be your AV again, I don't know... “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 Link to comment Share on other sites More sharing options...
crashsoup Posted April 7, 2022 Author Share Posted April 7, 2022 OK. Thanks for your help. I'm inclined to just give up at this point. Link to comment Share on other sites More sharing options...
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