Can we compare two DateTime string to know which one is the latest?
I have a set of records of DateTime string, for example - "2013-10-31 05:25:37" - "2013-12-31 14:35:47" - ................................... 1. Anyone knows how to compare them with Autoit script...
View ArticleFileOpenDialogue
Hello all FileOpenDialog("Open Autoit File", @DesktopDir & "\", "Au3 files (*.au3)") Apologies if this is a rather basic question but I was just wondering whether it is possible to open the...
View ArticleProblem getting a script to repeat itself
Hey Guys, Haven't posted for awhile, but I ran into a new problem today while I was trying to make this script. So I have a networked temperature monitor in my server room and I'm trying to...
View ArticleNeed Array help
Hey there, I am working on a "note" app which sync via sftp. I am trying to display all contents of a folder in a tree view (and then I want to select one of the note.txt files in this folder and edit...
View ArticleHow do i control a button created with an array?
Hello I hope you can understand what i mean. I generate buttons, depending on data. $button is an array in this case. So it goes something like this: Do $count = $count + 1 $button[$count] =...
View ArticleInput Box Trouble
I'm having trouble reading the input box for how many cycles this should run for. It is currently not returning any new values. I left all of my test msgbox in place. AutoIt expandcollapse...
View ArticleScript to run an installation and answer a prompt
Hello all. I'm new to AutoIT and have never used it before. I just have a simple question for you all and I hope someone has a fast answer as to what I need to do. I need to have a script run an...
View Articleadvice for comunication between autoit and linux machine
hi all I'm gone to develop an aplication... a combination of autoit, and web. what is my problem... on a linux machine with apache and all web stuff... when someone click one link... I must run a...
View ArticleHotKeySet Problem
Hey everyone. I got a problem with some HotKeySet Functions in combination with checkboxes. I'll only post one of the Functions because they are all pretty similar and the code is about 600 Lines long....
View Article[Help] Declaring an array with a variable & "For" missing Next...
Hello fellow coders, today my problem is that I can't declare an array using a variable. Also the SyntaxCheck doesn't recognize the "Next". Maybe it's because of the Array error, but I dunno. Script:...
View ArticleMy head hurts ...
Shouldn't this just work? Run("wmplayer.exe 'I:\Treasures\Treasures Listening Library\Supplemental Readers\Grade 1.m3u'") I've been coding things all day and the simplest of scripts is eluding me. Why?...
View ArticleUpdating a Label multiple times
Hey. I gor another Problem in my code, being a not updating Label. $iDelay=GUICtrlRead($Initialdelay) $wDelay = GUICtrlRead($wdown) $mmDelay = GUICtrlRead($wepmmdel) $mmPress =...
View Article_IEFormElementOptionSelect doesn't trigger the onchange function in IE9+
Has anyone found a solution to this: I'm trying to use _IEFormElementOptionSelect to change the "select" option on the webpage, but it's not working. It's changing the value, but not triggering the...
View Article_IEQuit($oIE) Not Closing Hidden Window IE Crashing
Hey guys, I have a script that opens a internal wikipage and pulls the HTML data and pulls variables for use in our network configuration automation. I've noticed a few issues. Namely as the title...
View ArticleAutomating double click on a subitem in a listview
Hi Everyone, I have an window's application which is built on C++. I want to automate double click on a subitem in a listview and enter data. I have gone through _GUICtrlListView_ClickItem()...
View ArticleVariable not resetting after loop
Ok, so what I want this script to do is to move the mouse down slightly along the y axis, and then after the loop is done redefine the mouse position, and move the mouse down again based on the new...
View Articlehow to deal user acount control ..do you want the to allow the folowing...
When installing an application on windows 7, i get a popup from UAC, "user acount control" With the message "Do you want to allow the folowing program to install software on this computer". How to...
View Articleupdating sdbinst database
Hi guys, I am trying to add a new UAC exemption for a new program's updater to a group of machines. however when I run the command below i get a prompt saying sdbinst not found....
View ArticleCompare an array column to a string?
So the code below is mostly from a post by UEZ, but I've modified it a bit for my application. What I'm trying to do is read all MAC address's (either connected or not) into an array and then pull...
View ArticleTrayIcon running as a service
I want a tray icon to appear for every user logged in to a machine, but with only one instance of the script running as a service. If I monitor for a user logon, how do I enable the tray icon for...
View Article