
crashsoup
Members-
Posts
14 -
Joined
-
Last visited
crashsoup's Achievements

Seeker (1/7)
0
Reputation
-
$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.
-
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?
-
crashsoup reacted to a post in a topic: Cannot get simple au3 file to execute - "The system cannot find the file specified"
-
@danp2 I've reached out to my internal IT support for them to check the anitvirus software (Webroot) since it's locked down and I can't do anything with it other than run a scan. It appears that Webroot could be stripping out files because my "threats removed" count has been increasing since I started this process earlier today.
-
It's been several years since the last time I've used AutoIt so I'm going way back to basics. Just trying to get a simple script to run like activating a Notepad window or even directly copying and pasting from the tutorial, keeps giving me the same error that the system can't find the file specified. I have the file saved to the correct location. I'm sure it's something simple, but I cannot figure out how get AutoIt to go. >"C:\Program Files (x86)\AutoIt3\SciTE\..\AutoIt3.exe" "C:\Program Files (x86)\AutoIt3\SciTE\AutoIt3Wrapper\AutoIt3Wrapper.au3" /run /prod /ErrorStdOut /in "C:\Users\Cheryl Campbell\Desktop\autoittest\test2.au3" /UserParams >The system cannot find the file specified.