Automation - Bluestacks Apps
Dear Members, I'm looking for help with automating applications in the Android Emulator called Bluestacks. There are a few apps I like to make small automation for to speed up my workflow since I'm...
View ArticleStringRegExp capture multiple strings between 2 constants
Hi everyone I trying for more than a hour to get this regular expression right, what I want to do is grab multiple strings inside a table/div on a webpage the problem is to put this to check multiple...
View ArticleQuestion - How do you guys & girls keep track of all your code snippets ?
Hi, i've been spending more time laterly codeing, for work, and my stuff at home. so this has made me hunt for more code examples, and useful udf files, at the moment, i store my stuff on 2 PC,s and a...
View ArticleWhat to do when _Timer_KillTimer() fails?
I have code which uses several timers.  The functions called when these timers go off execute a _Timer_KillTimer for the $timerID passed in.  Most of the time this works just fine.  Occasionally it...
View ArticleQuestion about RegWrite()
The function documentation states "When running on 64-bit Windows if you want to write a key or value specific to the 64-bit environment you have to suffix the HK... with 64 i.e. HKLM64" Â Â I am a...
View ArticleMultiple GUI's
I know that there is something written on this, but for the life of me I can not find it. WIKI, FAQ, somewhere else - can someone point me in the right direction. Thanks
View ArticleScript eating memory by the hour...?!
Hi, I've got a autoit script on my server that checks a lot of services (windows 7). But it eats memory, a lot. After about an hour I need to restart the script. I'm sure it's pretty easy, but I can't...
View Article[Solved] Question about RegWrite()
The function documentation states "When running on 64-bit Windows if you want to write a key or value specific to the 64-bit environment you have to suffix the HK... with 64 i.e. HKLM64" Â Â I am a...
View ArticleCan't get AutoIt Script to run properly after creating with Au3Record.exe
Am trying to use AutoIt for the very first time.  Tried using the record function to create a script to run an .exe install for OpenSSH.  I will need to send this out to about 325 remote computers....
View ArticleCan someone check my maths....
Can someone please let me know if I have this is correct - I've sort of tested it and it seems to work but I need a second opinion. I'm hoping someone will agree that it will only call the RUN line if...
View ArticleInteracting with web pages
I have been playing around with the ie.au3 functions to learn a bit about them. I don't know anything about html, what nodes and elements are etc so will be looking at w3schools soon. The script takes...
View ArticleBuild exe from exe
Hi, I have search arond but i don't have find anything, maybe i have used a wrong word. Anyway, is possible to compile an exe from a compiled exe without autoit installed on the same system? I have...
View ArticleHow to make s4 league air hug bot help!
How to make s4 league air hug bot help! is it possible, how hard is it? if some one ever made please teach me.
View ArticleUse an external encoder to encode a video?
Hello. i want to compress videos with the x264vfw encoder by a function in autoit3. i want that this function i want will convert some video to x264vfw encoded video without compressing the audio (not...
View Article[Help]merging XML files
Hello, I have the following problem when creating XML file. A user gets predefined XML file from some application that generates it. Then the same user creates part of XML file that is generated from...
View ArticleChanging default IE document mode?
I've spent many hours trying to find the solution online, but I wasn't able, so I will ask it here if someone already got this right. I'm trying to change the default document mode for Internet...
View ArticleIntermission
Hi guys. I'm from Russia so sorry for my English. My question is, is it possible to bypass a AutoIt Intermission at bux? Thank you in advance for your reply.
View ArticleChanging to @windowsdir
This should be simple but I am stumped. I wrote a script that installs from a flash drive (drive E:) and when I finish running the install it won't let me eject the flash drive because it is busy. I am...
View ArticleHow to lock-on a pixel, even if the screen moves?
Hi everyone. I hope I can get some help on this. I have a script that does something basic like... While 1 $PixelLoc = PixelSearch(0, 0, @DesktopWidth, @DesktopHeight, 0xCOLOR) If Not @error Then...
View Articlehow can i reed text from cmd window?
Hello. i want to reed text from this cmd window: how can i do this? Thanks for helpers!
View Article