Can it be done ? Func $read
[ autoit ] popup$Combo1 = GUICtrlCreateCombo("", 8, 8, 145, 25, BitOR($CBS_DROPDOWNLIST, $CBS_AUTOHSCROLL)) GuiCtrlSetData(-1, "Item1|Item2|Item3|Item54") $read = GuiCtrlRead($Combo1) Func $read...
View Article32 bit and 64 build problem
I'm having a problem creating a 64 bit exe using Aut2Exe. I'm running on a Windows 7 64 bit PC and OS. If I compile my test script using a right click on the test script I can successfully create a 32...
View ArticleQuery AD Computer groups
I have ran many AD queries in the past using some of the AD functions and includes I found on the forum. I am trying to now query AD for a list of groups a computer account is a member of. This seems...
View ArticleDeleting One Specific File in Temporary Internet Files Folder
Does anyone know a way to specify and delete a specific file ( example 000300.txt ) out of the temporary internet files folder. I can get to that folder using @userprofiledir but the filedelete does...
View ArticleWorking with an array of arrays
I'm using StringRegExp, with Flag = 4: Return an array of arrays containing global matches including the full match (Perl / PHP style). example: [ autoit ] popup#include <Array.au3> $string...
View Article_INetSmtpMail error - "Unable to create socket"
Does anybody have any idea how to solve the problem of _INetSmtpMail function error? Permanent error is "Unable to create socket". Disabling antivirus program or firewall has no effect.
View ArticleBundling other files with autoit EXE
[ autoit ] expandcollapse popup#Requireadmin RunWait("autologon.exe -accepteula") $IsAutoLogonEnabled = RegRead("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon",...
View ArticleSoftware Project - Recomendations
Hi. I am near to start a big software project, I have worked with Autoit for 4 years and have done some great programs but I have never had like a structured way to do it, I just started to write the...
View ArticleStringUpper not working on a variable?
This is weird. If I use the following code, StringUpper works: [ autoit ] popup$PC = StringUpper(InputBox($ScriptTitle, "Enter the Computer Name:")) However, since I have to check for @error...
View ArticlePointer's into NomadMemory conversion
Hello everyone. After doing alot of searching, and alot of testing with no success I came to you guys for help. I have found a multi-level pointer which is the base address to a HP value in my game....
View ArticleDetecting any running autoit processes
When I run an autoit script is there any way in that script to detect if any other autoit scripts are running and then stop them, before I continue with my current script. Thanks, Harry
View ArticleHow to Fill Textarea code CKEDITOR
source html </script> <form id="[url=""]register_form[/url]" name="[url=""]submit_listing[/url]" method="[url=""]post[/url]"...
View ArticleHow to send alt release and alt press in two different commands?
How to send alt release and alt press in two different commands?
View Articleholding middle button only one a appears
this is a legit question it's only one key binding not diablo 2 automation holding middle button in notepad only one a appears [ autoit ] popup#include Local $hDLL = DllOpen("user32.dll") While 1...
View Articleholding middle button only one a appears
i didn't reword it you made a mistake, shouldn't have closed the topic, you're going to get banned for this this is a legit question it's only one key binding not diablo 2 automation holding middle...
View ArticleWMI Query. How to get data from object?
[ autoit ] popup$wbemFlagReturnImmediately = 0x10 $wbemFlagForwardOnly = 0x20 $strComputer = "localhost" $objWMIService = ObjGet("winmgmts:\\" & $strComputer & "\ROOT\CIMV2") $colItems =...
View ArticleA Check if msiexec.exe is running before running install script
Hello, Can anybody help me. I am very new at this. We have a situation that our company is using two distribution channels. Wintel group is using SCCM and we are using Autoit scripts. Because...
View ArticleAutomated multiple variables in use
Firstly, I'm new to both AutoIT & programming in general so I don't really now what it's called what I'm trying to do, so please, bear with me. I'm trying to declare an automaticly created multiple...
View ArticleIs it possible to set a wildcard to a variable?
Hello ppl, something along these lines is what im searching for... [ autoit ] popup$Exe = "Flash Player" & * & ".exe" Meaning the script would search for any exe with "Flash Player" in...
View ArticleHow to trace origin of autoit
Good day, I happen to find myself some virus like script named trojan-dropper.win32.autoit From what I've found on the net, it's a script written on autoit. The problem is that my computer is not...
View Article