IE.au3 Form issue
Let me appologize in advance - I am actually having just as hard of a time explaining this issue as i am trying to resolve the issue I am trying to automate a SAP licensing site the normal text baxed...
View ArticleAutoIT and SQLEXPRESS
Hello to everyone, I am having some problems and/or lack of ideas while doing one project. My question here is : Is it possible to extract data from a database, in the DDMMYY HH:MM:SS format (read:...
View Articlestringsplit - get last word without extension
$hFile = FileOpenDialog("Select file", @DesktopDir, "All files (*.*)", 3) $split = StringSplit($hFile, "\") $display = $split[$split[0]] MsgBox("","",$display) Hi, I got my script to use stringsplit,...
View ArticleDelay shutdown - Win7
Good day. I'm scripting Photoshop install. After the install is done, Photoshop may call for a system reboot. Problem is - there is still a bunch of stuff I'd like to do before that. So I need a UDF...
View Article@ProgramFilesDir / 64 bit /
Hi Guys, I need a little help with @ProgramFilesDir macro. I'm using W7 64bit. If I use it it will be Program Files or Program Files (x86) ? Thanks,
View ArticlePrime
I wrote this script to judge if it's prime or not... Is any method to do this work more pretty ? [ autoit ] popup$x = InputBox("IsPrime","Input a number to judge if it is prime","","",160 ,150...
View ArticleISARRAY doesn't work as I expect inside a function
local $foobar[2] = ["one","two"] test($foobar) func test(byref $array) msgbox(0,"","isarray: " & isarray("array")) endfunc I want to create a function that accepts as parameter both an array or a...
View ArticleAutoIt debugger don't open - Error mscorlib
Hi, everybody I need your help. I have the following issue. I don´t know why I can not start AutoIt Debugger. The following error appear: The last that I did was debugger a program. I reinstall...
View Articleavoiding whitespace in inputs
hello world. i have several user inputs throughout my script. sometimes people copy and paste entries into these inputs and dont realize they have a space there - so their results are wrong. i know i...
View ArticleCut text x spaces
I have the following text... Last logon for Jsmith was from mightymouse on Tue Jan 22 2013 at 10:32 AM I can get it into a file using autoit, but what I would like is to be able to only put some text...
View Articledim or local/global to declare an array
Some say that dim is deprecated and we should use local/global to declare variables... but I see that many(?) here in the forum still use dim to declare arrays. Is there a good reason for it?
View ArticleControlSetText Not Working with MDI Form
Tried using ControlSend and it doesn't work, it acts like Send, eg, ignoring the handle. I have a MDI form with a simple login. ControlSetText is putting the text in the right textboxes, but the...
View ArticleDisable "printer messages in system tray via command line?
I am working on an automated printer installation program and I would like to disable the "Show Informational Notifications" settings on the Print Server Properties. Does anyone know how to do that...
View ArticleServer List
Hello, I am a DOS Batch scripter trying out AutoIT and having an issue. In OS Batch I could work through a list of servers to run my batch against via a text file and the DOS For command. Example: [...
View Article[Solved]Help with a gui called buy another gui
Hi, I'm making a simple app with a gui calling another gui (in fact a gui calling a function containing a gui) everything work except that I can't kill the second gui simply. In the exemple below I...
View ArticleSorting an array
I have written a function that reads a specified table from an msi file. The function uses sql syntax to query the table and uses the "Order By" keyword to sort the results. Being Microsoft, things are...
View ArticleAny alternative to Sleep() or WinWaitActive()?
It's my first AutoIt script and almost obviously I'm trying to automate some operations in an external program. My concern points to time an operation takes to complete, that can vary according to the...
View ArticleJoining two 2D-Array with search
Hi there! I have two 2D-Arrays. If the first two columns of the second one fit the data the first two colums in the first array, I want to add the data of the second one into that row. [ autoit ]...
View Articlesimple problem on VM workstation
[ autoit ] popup;Sleep (10000) $winname = "Helper - VMware Workstation" $text = "Resume this virtual machine" ShellExecute("C:\Program Files (x86)\VMware\VMware Workstation\vmware.exe")...
View ArticleLoop not looping ?
This works fine when the IP address is valid, however when it is not, it does loop - I can see it in the system tray but when I make the IP address live again the MsgBox won't pop up. Can someone...
View Article