TCPSend/Recv limit?
Does TCPSend have a limit to the number of bytes it can send, or does it automatically separate large sets of data into packets? I want to send images via tcp, and I need to know if I should split the...
View ArticleLink Click by regex?
I was just wondering whether or not it was possible to make IE click on a link based on a regex instead of name/index + is there a way to click by content of href instead of text display??
View ArticleRun ( "program" [, "workingdir" [, show_flag [, opt_flag]]] )
hi i have started learning Autoit for just 3 days i am trying to use the "run" function can anyone explain what is "workindir" and how can i open a program like for example "notepad" using...
View ArticleUnable to enter the values in a exe file opened by Autoit Script remotely
Hi All, I am trying to execute the .bat file remotely which will invoke the autoit script and further autoit script will call another .exe and then enter the values to that exe. But here when i try...
View ArticleCopy files within a Network Drive.. HELP!
I am trying to copy folders from the C drive to a Network Drive and I also have to copy folders and place them in a backup folder - is this possible? I have the following code but it doesn't appear to...
View ArticleTerminate a program with HotKey
I read some stuff about terminating a running Script, i tried HotKeySet("{ESC}", "Terminate") Func Terminate() Exit 0 EndFunc and it stopped my executions immediately so if you just wanna have...
View ArticleRunning a program non stop over night
HI again! I'm running my autoit program (in truth 2 programs, if one stops/gets an error gets launched again by the other) on my laptop, a Sony Vaio FW. The programs work fine during the day but for...
View ArticleIE10 File Download/Save from Acess VBA macro
Hi all, I have been working on an Access 2010 DB importing files and massaging data to produce a final useful table. As a start to the process, I need to download 5 different files from 3 password...
View ArticleSpecial Char
I want to check if a string has special char ( all the special char like .+*@ etc., i want only numbers and letters and nothing else ) so i have try with StringInString but seems not work $string =...
View Articleforce a trailing zero?
Greetings, In the sample code example below I am attempting to create a search through an array for a variable that is within .01 of the original, above and below. My original variable is ".49"...
View ArticleSelect a Radibox ( with UDF IE.au3 )
I tried and searched much.But i cant find any solution about my problem.I want to select a radio box on a website.But i cant get its form name ( not seen page source) . May i get form object without...
View ArticleError = true ??
My script AutoIt expandcollapse popup Opt("MouseCoordMode", 0) Opt("PixelCoordMode", 0) #include <Crypt.au3> #include <ComboConstants.au3> #include...
View ArticleCount number of words in a text?
Hello The title says it basically: How can i count the number of words in a text?
View Articleget input onchange
Hello all, I am working on a database application which allows users to search a local database, I would very much like to be able to detect the change of the inputbox, so that I can automatically...
View ArticleWould someone please post a script to shut down a PC at a specified time.
I would like to be able to set what time a Windows PC will automatically shut down. Does anyone have a script for this? Thanks. Mike
View Articleheelp ;.( treeview
I do not know how to describe the problem, but when I click on a "TreeViewItem "Why the "TreeViewItem "disappear loook AutoIt expandcollapse popupOpt("GUIOnEventMode", 1) Local $arr[6] = [5,...
View ArticleHelp to load Txt or Xlsx information to I.E
Good Night all. im trying to elaborate a script that load information from a notepad or a excel document. I really really have no experience in autoit so i need your help guys, I have the following...
View ArticleSend ("{A DOWN}") with variable?
Hey ! I was thinking about doing an automated "send" command, with a chosen key, but i cant get it to work with a variable. I've already tried the code of another thread, but that doesnt work either....
View ArticlePause a Script until a set time - but what about Daylight Savings ?
Hi, For my application knowing the actual local time is important. Say it's 8:16pm and I want a funtion to execute at 3:58AM. So I tell it to sleep for 7hrs plus 42min. I like sleep() that because...
View Article