email signature script
Hi, I am trying to add a field in a signature script. I am currently referencing the mobile and fax field of a user in Active Directory I want to add the Home field as well but I keep getting a error...
View ArticleCostum file install destination?
Hi there! First off, thanks for visiting this page, with assumed interest. Recently a friend of mine , whom creates flash games, asked me if I could make a File installer for him. Well, i said that I...
View ArticleCalling COM object methods
Re-posting here...original posted in AutoITX forum in error. Hi, I call a COM method in PowerShell or VBScript but just can't get the appropriate syntax in AutoIT, would appreciate steering in the...
View ArticleArrays and Multi-dimensionals
I take it that array's can't have a value that is non-numeric, correct? If not then that is gonna lead to a slight problem with my next little script I want to do. Basically something like this:...
View ArticleAppending a value into a string
I got my valid server id for a site called $SiteID by using this code: If $iIndex <> -1 Then $SiteID = $aListing[$iIndex][1]&"-FS01" ; append server ID to get the valid local server...
View ArticlecontrolGetHandle not working please help
AutoIt expandcollapse popup#include "InputHeader_BMP.au3" Local $strErrorLogName = 'winapp_ArithImageConstCombined_BMP.txt' Local $strErrorLogPathName = $strErrorLogPath&$strErrorLogName...
View Article[Question] getting window handle
Hi guys, I need some help with this problem: I need to get the window handle, which I can only differ from other windows combining the CLASS and TITLE. In other words, using only TITLE or CLASS...
View Article@ScriptDir and Network Drives
@ScriptDir is returning a network mapped drive instead of the UNC. How do I get this to give me the UNC instead? I though it returned this by default. Karl
View ArticleScreen capture + image search
Hello everyone. I have been using imagesearch lately and it is great but i came to a scenario where in i need to search an image in video clips or flash clips (moving images). The solution i thought of...
View ArticleHelp with ControlID using the "X \ Y \ W \ H" Properties
Hello, I am having some trouble with ControlID when I use the "X \ Y \ W \ H" properties. The reason I am trying to use the "X \ Y \ W \ H" properties instead of "[CLASS:Edit; INSTANCE:1]" is because...
View ArticleJava Control Panel Settings
Hi, How can I change the settings under Advanced Tab on Java Control Panel through AutoIT. Thanks, Seenu
View ArticleOpen a scanned file
Hi @all, The script I have am working on is scanning file with .pdf file types. If it scanned a pdf, it should be opened. So far, this is the code I have tried: Dim $FolderName =...
View ArticleScript for checking and restarting a stopped Service in Windows
Hi! Basically, we have a service that stopped for some reason at a random event, we would like to monitor/check this service and start it once it stopped. Preferably to check it once every 5 mins....
View Article_IEattach works on one PC but not the other?
Hey, i have wrote a small script for a project im doing, the script works flawlessly ony my work machine however when i run it at home it can't seem to attach to an IE, ive downloaded the latest...
View ArticleControl is not responding anyway
Hi, i have a window with a control which doesnt react to any command. I have tried every possible autoit option like controlclick, controlsend, controlcommand and also send. I also used these...
View ArticleDelphi? T classes?
Can autoit automate delphi classes such as TTreeview and TwordEdit? Ive tried the help file and searched the forums but came up with unclear answers. Could anyone clarify this point?
View Articleexit script after a specified time
Heya Im looking for an error-code or something that runs in the Background and stops the time. it should Exit after... like 5min. i have a Batch script that runs 12 different autoit.exe's. sometimes...
View Article_Excel_RangeFind problems
Hi. I'm trying to find text in my Excel. I have download the Beta of Excel UDF and I'm using the _Excel_RangeFind, but I get an error at : Local $aSalesResult = _Excel_RangeFind($oWorkbook, "*Sales...
View ArticleMSSQL Connection
hello guys, i tried to find a MSSQL connection script ... but i don't get what to put in all of these scripts, anyone can help me out with that ?
View Articleregex for SNMP MIB
Hello Friends, I am stuck with some regexs , which are used to extract data from .MIB files. these files are used by SNMP trap notifications. Correct Regexs: StringRegExp($Value,...
View Article