how many parameters can I send when I run a vbs script within autoit
i use this runwait('wscript.exe "C:\cisss-full-new.vbs"', @TempDir, @SW_HIDE) but I want to send parameters A,B,C as well is it possible?
View ArticleTrying to make a script
Hello, I have been trying to make a script that will press a button when ever an image pops up on screen. However, I cannot seem to make this work in any efficient way. It either lags tremendously, or...
View Articlefind out a window's styles?
Hey, I often wonder what styles a window is using. Now of course I can use _WinAPI_GetWindowLong($hwnd, $GWL_style) and _WinAPI_GetWindowLong($hwnd, $GWL_exstyle), but the results aren't exactly human...
View ArticleNeed to pull a random static value from somewhere to a variable
I have an app that can point to 1 of 4 servers. In an effort to pseudo load balance, everytime I launch the app, I would like a different server to appear in the server box. I assume I could control...
View ArticleStringSplit to Array
Hello everyone, I've searched a little (I should have put more effort to it) and couldn't find a clear answer to my question. I'm trying to read my file get a line, split it when there's a space and...
View ArticleTesting Java Swing app
How do you test java swing apps in AutoIt? I am facing now a problem. I have to test application that has only main window titled (415.jpg from attachement - i cover names, so let's call this title...
View ArticleRegex problem..
Example: 9980767614,8NWZNbd3 1418650724,qlyitjie 28547211,gjipmcno 248872383,nbqnuavc 6688785775,agsyktqq >>>if this return false.. 6688785775 >>if this return true I want...
View ArticleLooking for some help in making a script
Hi, I am trying to figure out how to write up a script but I have NO IDEA where to even start. I want a script that can read a list of logins and passwords from a text file and can try each...
View ArticleUsing a COM property out of not registered DLL?
Hi, for some of my Scripts i need a function to change some file properties. I have downloaded a .dll file from Microsoft with the function i need. Now my problem: It is a COM function. How can i call...
View ArticleRefresh CPU Temp
I was having a look at the CPU Temp script by chris L [ autoit ] popupFunc _ACPI_Temp() Local $wbemFlagReturnImmediately = 0x10, $strComputer, $objWMIService, $colItems Local $wbemFlagForwardOnly...
View ArticleIf nothing happens do..
Hey, just searched for this code, but found nothing, okay, everything works great, but if script clicks not on correct coordination and if nothing happens in example 20 sec after that click make it...
View Article[Request] Anti injecttion
gretings i am new on this i whant protect my aplication against injection can someone give me hand on that in make a new dll to make impossible injection
View ArticleProblem with window over another window
Hi, I have this code below: How to change for this widgetx to be in front (over) of IE only when I have open and it's active an IE Tab address like google.com or yahoo.com and not other URLs when...
View ArticleHelp with a memory leak..
Hi Guys, I've been tearing my hair out over this one. Cant figure out where the leak is. When I run my script it will constantly increase in memory usage until it eventually crashes. When I watch the...
View ArticleWordEx 1.3 question
This is beautiful. Have to say very nice. But I have a question. How can I insert multiple documents into the same document?
View ArticleRunAs not working with file on a network share
Pretty simple issue. v3.3.8.1 I set up a script to run a few of our office programs as an admin. All of the locally installed programs (on the C drive) worked flawlessly, however running the exact...
View ArticleDealing with Host Keys in Plink through AutoIT
I am very new to AutoIT scripting (and programming in general), so be kind. Can anyone tell me why this line of code won't work? RunWait("echo y | plink -ssh -pw root root@" & $IPaddress & "...
View ArticleFrom .bat to Autoit.
Hi guys, I'm BRAND NEW to AutoIt. I discovered it while looking for a solution to automate the running of a wireless network installation script. Somebody had already written it, and I all I had to do...
View ArticleTimerInit question and proper use of code question
If I am in a loop and I want to exit the loop (free the memory) and goto another function where there is no passing of any arguments, is it better to use the call function or just name the function I...
View Article