FileOpen $FO_CREATEPATH doesnt work
The FileOpen help file gives these options: [optional] Mode to open the file in. Can be a combination of the following: $FO_READ (0) = Read mode (default) $FO_APPEND (1) = Write mode (append...
View Articlestrange behavior
I'm using only variables to store window/control sizes and positions on the screen, hotkeys and mouseclicks (combined with these variables). I noticed, that sometimes after modification - script...
View ArticleNeed help selecting a specific data from a CSV file into a variable
Hi. This is my firs post. I'm using AutoIT to automate a Python script that will wirelessly program sensor nodes that its users will need reprograming by opening several windows asking for the...
View ArticleHow to script file upload button
<input type="file" name="file" multiple=""> Hi guys, our company's website has this button for uploading multiple images. How can I create a script that automatically selects the images then...
View ArticleAudio files to Audio CD image
Is there an existing AutoIt solution for selecting some audio files and creating the bin/cue (or any other supported image type)? My searches so far have only turned up ripping them back from the...
View Articlestringregexp replace leading spaces of every line from edit control
hello world.. i am trying to remove the leading spaces for every line in an edit control... i was going to cycle through each line using _GuilCtrlEdit_GetLine and remove the spaces using...
View ArticleTray menu exit not working
Sorry to be a bother. This code seems to be working as I want to except that the exit option on the tray menu doesn't do anything. AutoIt expandcollapse popup#NoTrayIcon #include...
View Articleimagesearch help
im trying to use this this imagesearcharea functions a but confused need help #include <ImageSearch.au3> HotKeySet("p", "checkForImage") global $y = 0, $x = 0 ; could i change the y n x...
View ArticleRead from Pastebin private paste!
Hello, I am new here, and I would like to run a program which can read one or two short lines of text from Pastebin PRIVATE paste....I have found somewhere here this nice and simple code: #include...
View Articlehotkey with single function
;#work in progress. ;~ #RequireAdmin Global $Macro = False HotKeySet("{SPACE}", "SpaceMacro") While 1 Sleep(100) WEnd Func SpaceMacro() $Macro = Not $Macro While $Macro...
View ArticleAutoIT image search problems
hey guys, I recently started using the AutoIT image search, and its been working fine... then it just quit working for some reason. No error code it just doesn'Tfind the image. im using the exact same...
View ArticleChange public IP address
Is there a way to change my public IP address other than "use a robot to unplug my modem and plug it back again" or "change modem daily" or "contact my ISP daily" as i found with some research. I can...
View Articlesearching for a phrase in a txt file
hi, this is probably a noob question but i did write a script to search for a text in a .txt file but it seems to be not working and i cant seem to figure out why any help would be appretiated...
View ArticleLink for changes in versions
Looking for the link to show what breaks the script with the different versions. Tried the search, but 40 pages is a lot to look at - thanks for your help.
View Articlepressing other keys while script is running
i have a script that runs numbers 1-10 and i would like to be able to press other keys inbetween them, if i see somehting, is there a way to maybe have a 1/4 sec pause to see if i press a key or not?
View ArticleIntrospection and Actions; UIA_PaneControlTypeId and A Grid Within
I'm trying to conduct UI automation using AutoIt through use of the UI Automation library provided by @junkew. The reason why I'm using the UI Automation library and not just AutoIt's out of box...
View ArticleImage Search not returning error...
Hey guys, so I'm pretty new to this, but I think I have the basic concepts down. I'm trying to use Image Search and it works perfectly, and finds the image and sets the mouse cursor there. However,...
View ArticleHow to execut a *REG with admin right ?
i toook very lon gtime to make a script that working perfectly now... but the only thing is when i am executing the code everything work but autoit does not execute a reg file same way than a cmd...
View ArticleArray sorting, a clarification
Hi guys, I have a multiple array with some information, like name, address, date etc. For example for the birth date, this is the correct ( and fastest, the main thing ) approach? AutoIt...
View ArticleFileClose Issue
Plain Text expandcollapse popup Case $Num_PC Local $MyNum_PC = InputBox("Nump_PC", "Que voulez vous comme numéro de pc?"&@CRLF &"Pour Planitec 2.0")...
View Article