Unable to isolate and click on object in IE
I am looking into automating running a report in Business Objects. It is basically a web page, which has single sign on so no need to automate the login. I am having some trouble getting it to click on...
View Articlequick question on compiling
Hi, I got batch file that I want to run hidden using a compiled EXE from AutoIT. Here is what would be in the compiled EXE Run("C:\test\batchfile.bat", "", @SW_HIDE) So the EXE runs the batch...
View ArticleWaiting for window to be Active before clicking?
Hi guys, I'm an old time programmer but kind of new to Autoit and appreciate any input. I have a script written to look for a window to pop up on the screen (screen which is a server in the...
View ArticleIgnone error
My simple code Sleep(5000) MsgBox(1,"aaa","aaa" Sleep(3000) MsgBox(1,"bbb","bbb") Sleep(3000) MsgBox(1,"ccc","ccc") Sleep(3000) Note that the above code has an error because missing parentheses. I...
View ArticleMySQL & Autoit -.-
Can someone give me WORKING UDF WITHOUT ODBC ? Or answer : How to install odbc driver silence ? I mean without gui, automatic.
View ArticleMy First Script! - Error parsing call
I'm trying to pull prices on whey from a couple sites so I can easily check who's cheapest when I need to order more. I get an error on line 33 (the first time i try to call one of my functions). Can...
View ArticleHow to manage a hundread PCs in different Area?
Guys, I know this is pretty OOT, but this is the forum I know that actively help the n00b like me If you have to manage a hundred PCs in different area, what tools will you used? I know remote...
View ArticleTogglePause Closing script
hi all, I've recently come across a few setbacks in my script while building my GUI, please excuse me if this is in the wrong forum, i think it could be in both, feel free to move well let me get...
View ArticleIf/ElseIf/Else
Greetings: I am asking a best practices question. I am scripting to check on a variety of vendor (Envisionware) product versions. The script will query XP, possibly XP x-64, Win7 both 32 and 64 bit...
View ArticleHelp with Log to file logic
Hello Everyone, I wanted to accomplish logging to a file accross the network only if my ping replies would match be less than 200 MS. With that said I tried creating something that I wanted to share...
View ArticleFileOpen normal vs "forced binary" question
I wrote a program that opens a data file in 'write mode append' (1), and reads fours bytes, one after the other, using a setup like this: $read = "" For $i = 1 To 3 $read = Binary($read) &...
View ArticleWS_THICKFRAME without WS_SIZEBOX?
So I'm wondering, is it even possible? Because even when i remove the WS_SIZEBOX style from the code it is still re-sizable.... I want the frame but I do not want it re-sizable. Anyone know of a...
View Article"Run" to launch java app seems to be architecture dependant (32/64 bit)
Hello - I've got a situation for which I'd like to get some insight from those more knowledgeable than I: I have an Autoit application that I deploy as an executable. I can be deployed (I hope) to any...
View Articlegetting data from _IETableWriteToArray
Why doesn't this work? I get the table (an array of 108 x 6) but it won't list it out. I've put the six items in the first line in the array at the bottom of script. AutoIt expandcollapse...
View ArticleBasic Tutorial Help
Hey guys , I was going through just the basic tutorial http://www.autoitscript.com/autoit3/docs/tutorials/winzip/winzip.htm I downloaded Winzip the setup file is called WinZip175.exe so I wrote.........
View Articlehow to wait a new web page opened by javascript is ready?
Hello I'm trying to automate an web application that is build with frames and a lot of javascipt, the first page is a login page with 2 input box (username and password) and a login button no problems...
View ArticleDisplaying dynamic search results - Help
Alright so currently I've come this far in my project with my small search engine The code is as follows : AutoIt expandcollapse popup#include <ButtonConstants.au3> #include...
View Articlei need little help beacose i'm new to autoit and scripting
i'm trying to make bot that clicks twice on the npc when pressed hotkey. i tryed to look unique pixel on the npc but did not manage 2 find it beacose many other npc-s have same pixels. so i tought...
View Articlei need little help beacose i'm new to autoit and scripting
i'm trying to make bot that clicks twice on the npc when pressed hotkey. i tryed to look unique pixel on the npc but did not manage 2 find it beacose many other npc-s have same pixels. so i tought...
View ArticleBinary( )conversion fail on file opened in 'text' mode
I found that using Binary(FileRead($x)) with FileOpen($x) can cause failed reads (blank) on systems that use 2byte per letter text encoding. It's not clearly stated in the help file that the default...
View Article