Switch Case with And/Or operator
I suppose something like this can only be done with an if-then statement within the case. AutoIt expandcollapse popupLocal $s = "a", $b = True ConsoleWrite("Switches Return 2? " &...
View ArticleUSB Tool - .URL Question?
I'm trying to pull the URL: data from a Internet Shortcut (.url) I've tried: $details = FileGetShortcut("C:\Users\"&@UserName&"\Desktop\Example Scripts - AutoIt Forums.url") If @error Then...
View ArticleWhat is the fastest way to sort a ListView?
I have been playing around with various methods to sort a listview with about 4000 rows and 5 columns. My problem is that to sort a listview using any of the methods I've tried are all painfully slow,...
View ArticleNeed Help with WMI Query (Win32_NetworkAdapter)
Not sure how to do this - been digging in the forums but no exp. with SQL queries. I'm sure this is probably very simple... What I'm trying to do is lookup the Win32_NetworkAdapter NetConnectionID...
View ArticleChange script to one line
I would like to change my script to 1 line. To make it less attractive to change it. (Also i would like to know how i can change my script to an greasemonkey add-on (.xpi)) Thnx in advance...
View ArticleReluctantly asking for some help Please.
Hi Im Ricky I have been trying set something up for a long time now many months and have done a lot of googling and reading the forums/researching gleaming info here and there before coming here and...
View ArticleFunction that takes array and finds unique indexes
Cannot get my head around this...I have an array of X, and in that array each index has 3 parts, I need to find the unique indexes of the main array so main array would be [0] ???|abc|down [1]...
View ArticleAccess Functions in Compiled Script
Can you, and if so how do you access functions in a compiled script from a non compiled script without using $cmdline or anything of that stature?
View ArticleText as a button
I have not try because I do not know if it's possible. Even if it's possible; I wouldn't know where to start off. But if anybody know of it possible; would like a hint and I'll try to figure it out....
View Articlelogin to Primavera
hi how can i log in to Primavera (P6r7) using autoIT? then i need to run a batch report under 'Reports' tab. l let me know how can i automate this. regards adarsh
View ArticleStumped by StringRegExp that matches delimited strings which contain a substring
Is there a StringRegExp pattern where you can match strings from within a delimited string (e.g. | delimited) that contain a substring being searched for. #include <array.au3>...
View ArticleSimplify this array code?
I have recently started using the AD.au3 file to do some work on AD. Works great, but I am having trouble simplifying my code. So I want to look up a user and return there details (such as number,...
View ArticleStringRegExp Help
Hi, I am wondering if someone is able to help me out with the below. I have been trying for hours with no success. I'm trying to get the name in between > < for example, the name Aurez. but...
View ArticleSending Raw ATA Command Descriptor
Hi, I am new in this forum. I had heard AutoIt from searching the web. Ok. I plan to create a script of sending raw ATA command descriptor and I believe AutoIt can do it due to its comprehensive...
View ArticleHow to click link, no name or ID or anything
How would i click this link? <frameset rows="115,*" cols="*" border="0" frameBorder="NO" frameSpacing="0"> <frame name="1838" src="frame-banner.php" noResize="noresize"...
View ArticleNeed Help/Example to use getnameinfo function (WSAAPI)
Hello, I'm trying to use getnameinfo instead of gethostbyaddr to get the netbios name of computers in a LAN. gethostbyaddr (used in _TCPIpToName() function) works but is very slow to respond. It...
View Article[SOLVED] How to call procedure
Let say I have a GUI with a button named $bt_process. Case $bt_process ; do many things there ; could be consist of many lines Let say I have a InputBox on the same window. I want...
View Articledsquery - works from command line but autoit returns blank string
Good Morning Guys Im revisiting an old little project The code segment below uses dsquery to extract the full path to a shared printer from AD and then uses a powershell command to add it....
View Article7z32 UDF extracting only if folder is open in explorer
Good afternoon, I'm having the strangest problem i've ever seen a program do. I hope you guys can help me. I am using Patric Pendelin's 7z32 UDF to extract files to a specific folder. It works...
View ArticleIssue with _ArrayDisplay()
Hi All, Please see my code below. I am wondering why this is not displaying correctly in _ArrayDisplay(). It is only showing row 17 as populated and showing the rest as blank. if I manually do a...
View Article