FileSelectFolder question
When using the FileSelectFolder I see the parameter for root dir and wondered if there is some way to have that default to the folder that you launched the file from? So if I drop test.au3 into...
View ArticleSet default Recording device
Hi, I am trying to set the default device recording in control panel, using script. is there a way to do this. Thank you in advance.
View ArticleUpdate part of script?
Is it possible for me to just update a function within my autoit script that's already compiled to a .exe? I've tried searching but only came up with updating the entire script itself.
View ArticleForm elements set correctly but not submitting
Hello, First off, hello (again?)! I've known about AutoIt for some time now but I've finally found a really good reason to get involved with it. I'm currently working on a script that automatically...
View ArticleProblem with AutoIT wrapper portability !!!
Hi All, I have an AutoIT executable file. My requirement is I’ll run it once and it will create 2 separate AutoIT executable files and execute them one by one. Is it possible ? The context it I need to...
View Articleloop that counts with months
[ autoit ] popupWhile 1 For $i = 1 To 10 Send($i) Next Wend Can this loop count not with numbers but with months or letters of an alphabet?
View Article--- Article Removed ---
*** *** *** RSSing Note: Article removed by member request. *** ***
View ArticleScript that presses a single key every 5 minutes.
As the title says, it probably sounds extremely simple to all of you super techies, but allow me to say this first. I'm no computer whiz. I just like playing games, although I don't have much time for...
View ArticleAdding/removing data from an existing excel document.
Hi Guys! Ok, im new to the whole AutoIt scene but what i can tell you is, im loving it! I've been up for hours on end just tinkering and getting myself familiar with this amazing software. So far i...
View Articleclick on icon or image
I want to click on a icon : TVNUM <div id="clientParams2"> <!-- <h2><img class="serviceIcon"...
View Articleglobal or local declaration in a loop = inefficient?
Is there difference in speed/efficiency between the following two solutions? local $foobar for $i = 1 to 1000 $foobar = "house" do_this_and_that... next ____ for $i = 1 to 1000 local...
View ArticleMaking Script for selecting same file type
Utter noob here, except for a few mouse move and click scripts. Any helpful leads?
View Article_INetSmtpMailCom problem - $objEmail.Send fails
I'm having some problem with the UDF _INetSmtpMailCom When I run the script, there's no problem, it works fine. But when I build the executable and run it, it throws an error: "The requested action...
View Articlecontroll format hours?
hi guy how is possible controll a format of hours?? exemple i have input box and user must insert a valid format 24:24 not must insert 59:85 because give error how is possible??
View ArticleCompare files with creationdate
Hi, I'm a total NEW user of AutoIt. I used to use WinBatch but now I have some troubles with it. Moreover I think AutoIt is a better tool. I allready tried the first step in this NEW medium for me. I...
View ArticleFlash window handle
Using the AutoIt Window Info to get the handle of a flash game from a Chrome page, I only get the browser's tab informations: Title: "Chrome tab title" Class: Chrome_WidgetWin_1 How can I access at the...
View ArticleHelp With Holding Down Keys
HI, I was wondering if there was a function that would hold down key for me. Here is what I have right now: $i = 0 While $i < 100 send("g") $i +=1 WEnd This does not work because it is not holding...
View ArticleChange default save to folder for Koda testing.
I work at a shop that uses McAfee and it is set to not allow applications running from %temp%. Thanks! Ed
View ArticleHow to create a special format attribute in XML file
I am still new to AutoIT. I have included _XMLDomWrapper.au3 in my script and tried using _XMLCreateAttrib and _XMLCreateChildWAttr methods. I need to add the below attribute into the XML file after...
View Articlesend file over tcp
HI... I'm trying to make a connection to a client - server by tcp, which could send files larger than 1MB, but I don't know how... please help me!! I don't know whether to send it to me at a one time...
View Article