New to AutoIt, help with basic script!
Hi! So I have this really short script I've written that doesn't work the way I want it to. local $var=ClipGet() WinActivate("skjema.txt - Notisblokk") winwaitactive("skjema.txt - Notisblokk")...
View ArticleDeleting Columns in Array
So quick question! I have an excel file right now with about 160 columns and only 2 rows. I am putting the excel into an array, which is the array is formatted to look exactly like an excel sheet by...
View ArticleEncrypt and Decrypt String
When encrypt text using _StringEncrypt, the result is string like this: "2C12EB6DA866FA40372647D8A5B7930". It only consist of number and capital letter. Is there any encrypt function that also...
View Article[Solved] Variable Array Names
I have a bit of a problem that ive been trying to sort out, and cant seem to find the information. I have a situation like this: $Array1[3] = [ "List1", "List2", "List3" ] $List1 =...
View Articlecontrolclick
I tried multiple ways, but it doesn't click the button: Here's what I tried: ControlClick("[Title:Alarm]","[CLASS:Button]", "[INSTANCE:2]") ControlClick("[Title:Alarm]","[CLASS:Button;...
View ArticleSyncing two events over network
My queestion, is what is the best way to synchronize autoit scripts running on different computers in a network? to the effect that I could sync them, and then beep() and they would both beep at the...
View ArticleIE automation seems to fail randomly
My original intention is to use tfl journey planner programmatically so that I can see if there are any planned delays or diversions when I go to work in the next week or month. This simplified code...
View ArticleVersuche einen Script zu machen
Heey leute ich weiß nicht ob ich das hier posten darf da ich erst seit heute angemeldet bin aber kommen wir zu meiner frage Ich versuche einen Script zu schreiben der alle 4sekunden einen Button von...
View ArticleLooking for someone who can make a script for me - How much money?
Hey Guys i am looking for someone who can script something for me... Its for a game, and it should be similar to an afk bot, but just 2-3 moves and klicks not complicated and complex. If someone has...
View Article.doc File Reading in AutoIT
Hello, I have an issue with my current script and the answer alludes me! I have a script that reads from a Word file and puts all the content into an html document (generates tags and whatnot), but I...
View ArticleCopy contents of window to array
Hey All, I am interacting with a company system programmed in COBOL. There is a screen I can go to that has pieces and dimensions. I was trying to pull each class control to get the information but it...
View ArticleReading an Excel sheet and returning adjacent cells
I'm fairly new to AutoIt and I'm getting in the groove of it all, but I'm needing a little bit of help. Before I post the code I have for you all to ridicule me on, let me tell you what I'm wanting to...
View Article_SQLite_GetTable2d returning error 21.
I have done extensive troubleshooting on this issue and am at the point where it makes no sense to me why I am receiving a SQLite "misuse" error when trying to execute a query. I can run the SQL...
View ArticleMoving Windows of Other Applications
Forgive me for asking a basic question, but how does one use AutoIt to move a window created by another application? Ihave a game that runs and the game window is always half off the screen, and I...
View ArticleUsing AutoIt to Run Music Behind a Silent Game
Apologies for asking just one more question, but can someone show me how it is possible to run music behind a silent game using AutoIt? I have a command-line music player, so that is no problem, but...
View Articlecopy and paste with Send() and variable
instead of this... Send("^{INS}") Send("+{INS}") can a variable be used in place of "^" and "+"? i tried this and it doesn't work because it toggles the Insert key... $var = "^" Send('"' & $var...
View ArticleFunctions are now first class objects
Hello there, Sorry for my lack of understanding, could anyone please show me the benefits or technical example of calling function through the variables ? I read the example posted by Melba23, but...
View ArticleEnable/Disable Airplane Mode
I was wondering if there is any UDF available to enable/disable the airplane mode on Windows 8. There are Autoit based exe files available at...
View ArticleCan not open an EXE
I've been at this for about two weeks now. I can not for the life of me open an exe! Here is the function that calls the exe: AutoIt expandcollapse popupFunc...
View Article