Java Upgrade
Thank you for responding, I have hit a wall and it seems so simple, but I just can't get it. I have to run a Java update. The script needs to look in the registry, see version 7.x and then do...
View ArticleNeed some direction on a project
I am kind of at a loss on where to start. I have written a program that logs results to a text file. One line at a time. It is as plain and simple as that. Now the boss has upped the ante. This progarm...
View ArticleSomething new every day
Just by happenstance I learned you can use scite output window as though it were command prompt, for example try ipconfig. Amount of times I've opened a cmd window when I already had scite open EDIT:...
View ArticleTab Capture?
I have been recently using a program that allowed me to "capture" programs and put them into a tabbed GUI so I could switch between them. It looks like the program was written in C# or C++ but I was...
View ArticleNeed assistance with HotKeySet
I'm am trying to create a script that allows me to remap certain key presses. For instance an application I am using does not support shift modifiers as it is souly reserved for another purpose but...
View Articlehow to access RAM?
Can someone tell me how to read things like the amount of memory being used within a variable? like lets say for instance I want to know how to read how much data there is in Size in a variable? And...
View ArticleIs ReDim an atomic operation?
From my understanding functions called by GUI/Tray events have higher priority, i.e. can pause the execution, of functions called by AdlibRegister, which in turn have higher priority over the main...
View ArticleSearch string in multiple files
I am trying to find all the .txt or files with specific extension and load the file path to array using "_FileListToArrayEx". The result was success and pretty good. I removed first row as it contain...
View ArticleDelete content between string and white space in multiple files
Here is the sample of the content of a file(s):- string1 strin2 other-string some-other-string foo=bar string(n) I used _FileListToArrayEx to list all the files with specific extension. Now i am...
View ArticleFind all words starting with...
I'm trying to create a list of all occurrences of variables in an Autoit file. Unfortunately, my regex skills suck badly. I found a snippet elsewhere here, which at first glance, works pretty well......
View ArticleGlobal Variables
I need to create a bunch of global variables to assign to a load of progress bars. Issue is I dont know how many I will need and this number will change depending on the situaton. I have an array that...
View ArticleAssociative "array" using Assign, IsDeclared and Eval.
Never really had a need for IsDeclared or such-like, but came up with the following idea below. Anyone else have other ideas for usage? [ autoit ] expandcollapse popup#include...
View ArticleNeed help with my first program
Best Autoscripters, I hope someone can help me with my script. it's going to be fun. ahwell the code is: [ autoit ] expandcollapse popup#include #include #include #Region ### START Koda GUI...
View ArticleNeed help with piece of a script(Newb)
Best Autoscripters, I am new to scripting and was wondering if someone could help me out. the thing i need help with is with iniread i have a button named save which saves a few items to a ini file...
View Articledisable button
Greeting, I have patch for one application. EXE file I was plan to apply it to user's workstation using AD login script. the issue is, once the patch start, it provide an button "Pause", user can click...
View ArticleRegular expression, strip quoted string literals
Just wondering if there is another approach to replacing quoted string literals in an AutoIt Script file. [ autoit ] popup#include <Constants.au3> Local $sData = FileRead(@ScriptFullPath) ;...
View ArticleHow to make Scite run old style autoit3.exe instead of piping to AutoIt3Wrapper
So if you install the normal Autoit Installer you just get the basic version of Scite. When you run a script by pressing F5 the output window shows the following: >"C:\Program...
View ArticleRun and Shellexecute
Hello all This may be a stupid question and apologies if its already been answered, but in what situations would you run as opposed to shellexecute and vica verca, because to me it seems as though they...
View ArticleGUICtrlCreateButton command question..
I'm trying to create a Button with 2 lines (multilines) of text. No matter what I've tried it will not work for me. Can anyone help with this? Thanks!
View ArticleAutoIT suitable for SaaS app blackbox testing?
Hi All, I'm brand new here and must confess to not dong a comprehensive search of this forum prior to posting, but I have a simple question: I'm responsible for the QA / release testing of a SaaS...
View Article