Searching word docs
Hi Guys I have hundreds of word templates and need to loop through them checking each one for the existence of checkboxes. I have googled but not found anything useful. Is this possible? Any tips on...
View Article.htaccess and .htpasswd
Hi. I have made a .htaccess file: AuthUserFile /home/fileprot/public_html/test/.htpasswd AuthType Basic AuthName "My Files" Require valid-user and in my .htpasswd the login is stored. It's a simple...
View Articleneed help
i need scripe for crashed exe after Recompile from any recompiler anyone please help me i need to put in my exe i am not a programmer but i recompile an exe file and dont let anyone to interfare in my...
View ArticleModify a sring in a .bat file in multiple shares in a specific...
Good Day all, I created a script which will search for a servername in a drive mapping (NET USE command) in a specific folder and file on every user share and if found it will replace the old...
View ArticleEncoding problem
I send text data to a server and when it contains non-English(russian for example)letters, then received string is displayed incorrect. How to fix this? I think encoding on my Android client is utf-8....
View ArticleRun Not Closing Stream
As part of an application I am writing, I need to find all files matching a criteria on a computer. Based on examples I found, once the Run command is complete, the loop should exit, however I found...
View ArticleDisable/Enable Local Area Connection
I would like to Disable/Enable a Local Area Connection. I found this script that isn't working in Win_7 SP1 64bit. I'm getting an error on line 108 saying Variable used without being declared. Is...
View ArticleFind value > 3600 on a txt and print the line
Hi all! I have a file.txt with all info about process running and I want to print out only lines / rows that have a value bigger then 3600 under "Time" So for example if I have the attacched file, I...
View ArticleStringReg extract last numbers
I have files that are named as follwing "FILENAME_MORETEXT_11111.rar" and i would like to get the number "11111" this value could be from 1 to 10 numbers thanks in advance
View ArticleDeleting rows out of excel through _ExcelReadSheetToArray
Admittedly, I have not done much with the Excel UDF, though what little I have used it has always worked flawlessly. The issue I am encountering below I am pretty sure is more due to the way I am...
View ArticleHow to save the notepad file on desktop and also send that file to my email...
WinWaitActive("Notepad", "") Send("!s") WinWaitActive("Save As", "") Sleep (1000) ; Send the name we found was next in line Send(@DesktopCommonDir & "abcd" & ".text") Sleep(1000) Send("!s")
View Articlebenchmark similar alternative AutoIT commands with an AutoIT script
I made an universal AutoIT function to calculate the time taken by similar alternative AutoIT commands, in order to compare the different times and chose the fastest or more efficient one: [ autoit ]...
View ArticleStrings in binary file
Hi I have a binary file, which contains strings separated by 0x00 character. I want to export them, but the only i can make is this: [ autoit ] popup$C = "" $Str = "" $P = 1 Do $Str &=...
View ArticleAny good way to speed up this script?
Basically i made a script for scraping the api that http://www.guildwarstrade.com/ has made public, but it does so at such a low rate for the moment. Do anyone see a way to speed up this script? [...
View ArticleSQL... I know this SHOULD work, but never does, why?
The start of ANY SQL query within AUTOIT starts with the connection, and that's my problem. It NEVER works. Global $adCN $adCN = ObjCreate("ADODB.Connection") $DSN = "DRIVER={SQL...
View ArticleNew explorer window without new process?
I was wondering if it would be possible, in AutoIt, to launch a new explorer window without creating a new process. Right now, I'm using this: ShellExecute("explorer.exe", $path) This works wonderfully...
View ArticleHelp with Function Script
Hi guys I'm fairly new to Auto-It I understand the basics like mouse-click sleep, winwaitactive() etc. and I'm attempting to move outward and start using hot-keys and functions but keep running into...
View Articlewhat am I doing wrong?
What I would like is for this to slowly press 4 3 2 1 and pause when I take my finger off of 2 and restart from where it stopped. So hold 2 and get 4 3 2 and if I let up on 2 it waits and then goes to...
View ArticleFileRead - Windows XP vs Windows 8
So I had a miserable time reading a file on / creating a regular expression on windows 8, so I wrote just a simple test script to troubleshoot my Logic: #include <IE.au3> #include...
View ArticleGet present buttons of Installation Menu
Hi, i want to program an Installation Script, which scans the actual window for buttons which have some text (like NEXT, FINISH...). So that i can implement a function which automaticly installs...
View Article