Problem dealing with "Message from webpage" popup
Hey All, I'm trying to understand this problem in going forward with how to deal with a script I have where this popup is encountered about 200 times in a loop to create several online shipments with...
View ArticleGet previous active window (not current)
Hi guys. Writing another script again to help out my "lovely" staff. But need some help. Current Issue: We open different format docs word, excel, adobe etc When users press print they are...
View ArticleAutoit Executable started by PSEXC not exiting?
Good day all, I have the following script that is working great when run locally, but when I execute it with PSEXC (After compiling the script to an executable) the Script never exit's which causes...
View ArticleNeed help to wait on IE window status "DONE"
Hi guys, immaking automattic printing of an IExplorer page. I tried using _IELoadWait function but its not working for me because i do not create window, it pups out. My script is waiting for window to...
View ArticleHow to go into other tab in GUI
Hello, I am preparing script to automate some windows based GUI functionality. Having below query: There are multiple tabs in GUI main page like ‘Information’, ‘Additional Info’, ‘Address’ etc., how to...
View ArticleVariable logic
I need an help to understand a variable declared outside the func and "recreated" inside the func. This is an example: AutoIt expandcollapse popup#include <ButtonConstants.au3> #include...
View ArticleJava script displayed on view source instead of HTML elements
HI All, I am unable to view any HTML source from my internal website, i can see only java script on clicking on View source. Please help me in identifying HTML elements such that i can work to do some...
View ArticleOptimize my script
At first, hey I am Ole and I am new here, hello. My English isn't very neat so forgive me for that. I wrote a script to run length decode a file which has been loaded into memory. All is working...
View ArticleFreeze Process if mouse is active, if inactive for 25 seconds then Resume...
Having a bit of trouble. I went over the code so many times, I thought it out while I was half asleep and wrote it on my Note 2.. Everything seems right but it is not working. from start it just...
View ArticleMemory Leak - Help Please
I have been using the code below to take screen shots of various pages at time intervals. My code is now fully working, but this function is eating memory very quickly. Can someone please help me...
View ArticleHelp making some changes
Hello everyone, I was into autoit a few years ago and changed my line of work so i never got into it, now my new job will require me to learn a lot more. Currently i'm trying to ping a list of...
View ArticleGet windows created by the program
Hi guys, This is just a general query, but it is related to one of my previous topics in some ways. If a program generates 'sub-windows', i.e if file download dialogs are created that belong to the...
View Article$NM_RCLICK on item
Hi, how to detect on a GUICtrlCreateListView usign WM_NOTIFY - $NM_RCLICK ( right click ) if is clicked on item or on a empty space? I want to create a GUICtrlCreateContextMenu but only in the right...
View ArticlePing a list of computers simultaneously
Hey folks, I have a textfile list of around 4000 computers that I would like to ping simultaneously to see if they are online or not. If I use the Ping() command in a loop, it will only ping 1...
View Articlehelp!
Hi! I'm new on this forum, and I'm searching for help. let's say I have code like this ... AutoIt expandcollapse popup#include <GUIConstantsEx.au3> #include <StaticConstants.au3>...
View ArticleList all open file handles
Is it possible to return all open file handles? I could fill pages with my unsuccessful attempts, the latest of which was handle.exe (which i am now going to attempt through psexec). But if there is...
View ArticleSending Command via StdinWrite to a jar / batch
Hey, I am writing a WinGUI for the Bukkit Server. (Server Mod for the well known Minecraft game) Its function should be, that you can easily issue commands and see the whole server log in the current...
View ArticleComparing Large Files using SQLite (Not sure I'm doing this right)
Hi all! I have two files. One of which, I read into a SQLite database and the other I read line by line and search the SQLite database for the lines from the file. It works, but it's really slow, so...
View ArticleDirCopy() does not work at all
I'm working in AutoIT 3.3.6.1 to script a basic task I'll have to repeat on 50ish workstations. I need to copy a directory and it's subdirectories and files (recursively) to a network share as a...
View ArticleWinWaitActivate If-Then not working.
*First Post! AAAND I accidentally hit enter when entering the title... one sec adding content... ----------------------- This script runs the program and automates an activation under our account....
View Article