mustdeclarevars help
Hi All, I'm trying to assure that all my AutoIt programs have their variables declared. Adding the line Opt("MustDeclareVars", 2) at the start of each program accomplishes this, but I'd like to...
View ArticleCommand line scripting with SoX and create a batchfile
first time poster and absolute AutoIt beginner.... please be gentle! I'm trying to write a script to automate the Sox tool to convert a .ul file to .wav en when done delete the .ul file. But this...
View ArticleRandom function is creating the same numbers in 2 seperate instances of...
I am using AutoIt to generate 2 random numbers that act as unique seed numbers for an external program. Even though I have compiled the script into an exe, running 2 instances of the exe...
View ArticleSend Not sending Keys
OK, So I was writing a little script to help with something inside a game. So I started by just testing with this script: WinActivate("Age of Wushu Launch-RedPhoenix") Sleep(1000) Send("{ENTER}")...
View ArticleAES 256 encryption in autoit <> php
Hi,I'm trying to get the same AES 256 encryption algorithm in php as in AutoIt, as it gives different results.AFAIK, it's the same for all algorithms.Here is what I have :#include <Crypt.au3> $s...
View ArticleHow do I select a Java Sub Submenu in IE?
I'm trying to "press" a sub submenu in my IE. MainMenu SubMenu SubMenu <div class="rf-ddm-itm rf-ddm-itm-unsel pd_menuheader pd_item" id="headerForm:menuUsers" onclick="window.location.href =...
View ArticleEnvironmental variables in #include?
Can one put a windows environmental variable into a #include at the top of there script. Reason why I wanna do this is basically so my script can run on other pc's and not rely on a hardcoded...
View Articlesqlite create table autoincrement problem
hi guy i have do a simple script for create a table but dont go tell me error autoincrement AutoIt expandcollapse popup_SQLite_Exec($Db, "Create table anagrafica (Ana_ID INTEGER...
View ArticleReading from ACPI tables possible?
Surely, everything is possible... I haven't seen any AutoIT implementation that can read from the ACPI tables of a computer... or maybe such a thing exists but I used the wrong search terms. I could...
View ArticleTrying to understand how to interact with IE forms
I have went down this road serveral times. There are times where I need to use autoit to interact with IE windows and forms, and I never have gotten it to work, and have always either abandonded it or...
View ArticlePixelSearch - rectangle coordinats
(Sorry advance - my English can be bad...) Hello! I'm using PixelSearch function and I have problem - where is the vertices of the rectangle? I guess I didn't explain the problem - I don't know where...
View ArticleSend keystrokes to minimized VLC player
Greetings, I've looked at the related posts and got a working baseline using Notepad. As expected, "my text " string was sent to minimized Notepad. AutoItSetOption("WinTitleMatchMode",2) ; Partial...
View ArticleError: cannot assign values to constants
Regarding to pass a parameter/argument to my compiled .au3 ->.exe, I read the help on Command Line Parameters zillions times, but I still don't get it right. my sample code is: "sample.au3"...
View ArticleInetGetSize returns 0, though sometimes it will return a value greater than 0.
This is the first time I've come across InetGetSize returning 0, I have an example below (though sometimes it will report a size greater than 0.) Having done a bit of research on the Forum, it appears...
View ArticleTrying to wait for a webpage to load
I try to wait to a webpage is finish loading before continue, but it does not wait. What do I do wrong? #include <IE.au3> Local $username = InputBox("Username", "Enter your AD username.",...
View Article.exe to .Au3 is possible ?
hi guy i have alittle big problem i loose my source au3 but have exe compiled is possible with exe decompile for save au3 ????
View ArticleSciTE options not showing
When ever I opened SciTE in the past it highlighted all scripts and the options were showing. Today I opened it and I don't get either. Does anyone have any idea why. I tried re-installing it....
View ArticleWhat is wrong with my array? ... or with _FileWriteFromArray?
I can't write the full contents of an array into a text file. In my example below, only the first two elements of the three sets are written. I'm running 3.3.8.0 and the result I get is: Zero|One...
View Article_inetsmtpmail
Hi, I'm having a problem understanding the proper use of _inetsmtpmail. It says that I can send email without using third party program but I dont see where I need to put my username and password.....
View ArticleRegdelete, my problem
hi my friends what can i do ? i want delete: RegDelete ( "HKLM\SOFTWARE\Element" , "GUID" ); i want delete Element dir, pls help me,
View Article