Please Help - Compressing an EXE along with output AutoItEXE.
Hi Guys, Am new to AutoIt Scripting. I have a requirement. Am using an exe in my script which is placed in my current folder, eg: abc.exe my sample script: #RequireAdminrun (".\abc.exe")...
View ArticleShellExecute fails with $CmdLine parameters filled by drag & drop
Hi, I'd liked to pass a list of files by dragging and dropping them over a first script which, in turn, pass them as parameters of a ShellExecute() to a second script. Total operation looks like: Drag...
View ArticleWindows Explorer
I am new to AutoIt and am having an issue with opening windows explorer to a specific network folder location. I did do some seatching on the forums and I found the following: Run("explorer.exe"...
View ArticleI Require assistance, with looping this script.
Hi there. It seems I am unable to get a loop with this script, so I would like some help #include <misc.au3> While 1 Func Start() If _IsPressed(2) Then $pos =...
View ArticleFind Com Port in WMI Based on VID and PID
I am at a loss. I have a virtial com port installed (COM35). if I look at the properties of it in Device Manage (Hardware IDs) the VID is 403 and the PID is 6001. The actual port number could change...
View ArticleInterrupting a Running Function
I have a bit of an interesting situation, and I am wondering if there is a way to resolve my problem. AutoIt expandcollapse popupWhile 1 Switch GUIGetMsg() Case $GUI_EVENT_CLOSE...
View Articlemacro for Libre Office Calc
how can i create an autoit program fro Libre Office Calc that writes in column D, from row 15 to 36 randomly chosen rows with random values (numbers) within an array of number values eg: randomly...
View ArticleControlCommand to access Toolbarwin32 class in MS Journal
I'm using AutoIt to try and make a little hotkey app to work with Windows Journal so I can quickly select different colors. It seems I'm very close and yet very far to getting the desired result. I've...
View ArticleHaving trouble with AutoIt and Zoom Player
I had no problem controlling BS.Player Pro with an AutoIt script, but I could not get BSPP to jump to next chapter/bookmark in any video files so I've switched to Zoom Player Max. Now I find that...
View ArticleStrange Excel problem
Hi guy's it's been a while since i needed some help but this is one strange cookie i'm writing a script that checks what language of Office is installed on a client, and im writing the information...
View ArticleGetting error while using global varible outside of function.
i have dclare a variable insdie a function using global keywork but it is working for only pc and getting error "using the varible without being declared" in other pc. What would be the possible reason...
View ArticleStringRegExp question.
Is the function StringRegExp able to identify more than one pattern at a time? For example, I want to look for several diffrent text strings, is this possible?
View ArticleInconsistency with _Singleton()
The Singleton function is behaving differently between my desktop and my laptop, even in a compiled file. For some reason on the laptop, it returns a handle every time the function is called regardless...
View ArticleVBS to AUTOIT Script
Hello AutoIT Gurus/MVPs! Can someone convert my vbs script to autoit script please? Please check below: Option Explicit Dim Fso, Ws Set Fso = CreateObject("Scripting.FileSystemObject") If...
View ArticleFeature Request: Aut2exe should support drag-and-drop
Feature Request: Aut2exe should support drag-and-drop When using Aut2exe to compile your scripts - it would be nice to be able todrag and drop your .au3 script and your .ico file into the input boxes...
View Article_GUICtrlListView_SetItemParam Max Length
What is the max length that can be set for an item parameter? Funny things seem to start happening when I make the length long. Ex: _GUICtrlListView_SetItemParam($hListView, 1,...
View ArticleInfinite loop?
I have the below function in a while loop. while 1....Wend However when I get my error and the function successfully closes it. The script is still looping? Func Assert($popup) If...
View ArticleEvent Successful?
Is there a way to say if a function is carried out etc (i.e. the event was successful in being executed) return true? or Send true to the script.
View ArticleVBScript logic to AutoIt - Please Help
Hi Guys, I have written a code in VB Script, but i wanted to use AutoIt to deliver my project. Please help me, I have a folder which contains, few *.txt, *.xml files.My requirement is: 1. To get the...
View Article