Ttying to figure out how to make a simple macro.
I got this autoit because a friend recommended it for a macro because regular macro recorders were not working. I'm trying to fgiure out how to make a simple macro that'll repeat pressing...
View ArticleHelp for a Beginner - Multiple IE doing some stuff
Hello everybody, I' am a beginner so excuse me if my question is banal. I need to speed up a process. I get data from a website ad I store in a excel file but the process is too slow (mainly because...
View ArticleHow to AES in AutoIt?
Dear All, I've been learning about AES encryption and I want to try my hand at using it in AutoIT. However I keep wondering if it really is as easy as using the UDF by Adventurer here. As Melba23 says...
View ArticleAutoit command to clear all or even specific cookies from IE.
Is there a programming code in autoit that will allow me to command cookies clear for one or all cookies at will... when using the program I would like to clear my cookies periodically while my autoit...
View ArticlePlease help me! CallDll.
I want to use IR device with usb-uirt. I have read the USB-UIRT API documentation,and can be use UUIRTGetDrvVersion. But I don't know how to use Transmit and Receive. I try this code... $result=...
View ArticleExecuting Embedded Executable with DLL libraries?
Hello, I'm just starting out with AutoIt and I'm loving it so far. Great scripting language. I have a question regarding my thread title, as I have searched the forum but couldn't find what I was...
View ArticleSearch Strings and Compare
Hello AutoIT MPVs, Can somebody help me how to search a value of an element in xml file and compare with a value of an element in other xml file within the directory and creates a log file if error or...
View ArticleParsing data from Outlook email
So the situation is as following: - The kind of email I get is report (daily statistics) - I want to extract relevant data into DB or Excel, so later I can generate monthly/yearly report based on it. -...
View ArticleProblem with sending Mouse movements and keys to a minimized window
Hello guys, I’m new at this forum and my English isn’t the best, also pleas understand if is something not so good written or if you don't understanding some answers. Ok my problem is that I would like...
View ArticleIssue with Regaining Window GUI access
Hi, I am running an XmlRpc client/server program, in which the Client side python code triggers the Autoit script("kumar.exe") which is to perform an application installation. Autoit script is in...
View Articlesimple screen locker multiple screens?
Best autoiters, i have a code which will lock your screen and in order to continue you must fill in a password or press pause button which i will delete when finished. just when i do it my second...
View ArticleRead specific part of a text file:
I need to read a very specific part of a text file and I'm struggling: My text file lists software (and GUIDs for software) that a particular PC has installed. A single line of the text file reads like...
View ArticleProcess Hide
Can you show me an example of hiding process in taskbar? I know no one will help like the first time i tryed . Also I wanna help with hexedit function.
View Articlequit script after its done
Hi guys, Run "C:\Program Files (x86)\Total CMA Pack\totalcmd.exe" ^!F1:: ExitApp My script runs total commander and sends a hotkey combination. After that i want to stop the script. ExitApp doesnt work...
View ArticleTCPRecv - not receiving whole string ??
Hi AutoIt, I have a tiny little problem : I created a very basic , simple, and working TCP chat client/server for sending text between each other. The problem is that sometimes, its just doesn't...
View ArticleDownload a file check process when is finished
Hello everybody, I have problem I want make script who is waiting for file when is downloaded after this run a file. I have script like this but is not working, maybe sombody can check what's wrong...
View ArticleConnectWise API through AutoIt
Hello everyone. ConnectWise is a program that stores customer data, allows techs to document their time, store inventory information and more. I am very new to HTTP posts, gets, requests, things like...
View ArticleClick + button on internet explorer
#include <IE.au3> $oIE = _IECreate ( 'http://www.serverlar.gen.tr/74-Lw-Baslangicli-Celikler-Ve-65-Silahlari-Npcde-150-userli-611609.html' ) $oDiv = _IEGetObjById ( $oIE, "YORUMU GONDER" ) ;...
View Article_IELoadWait issue
Hi, I am having problems with the _IELoadWait. It is giving an error at line 585 "WEnd" when waiting for drop-down or the frame on the page to load. It was suggested on another post that it is...
View ArticlePause script till key is pushed?
I saw another topic on this but it got kind of convoluted. Is there no easy way to tell a script to pause until a key is pressed? Is there no function like winwaitactive only waitforkey or anything...
View Article