Make a script that can delete a line in several files automatically
Hello Guys, I need help creating something that could update more than 10000 files inside a folder... I need the following: I have several files with diferente names but that ende with *.rcf (opens...
View ArticleComplete html form script
Hi! I have an address feed, like this (on my server): First Name: Johhny Last Name: Bravo Address 1: 123451 62nd ave e City: New York Postcode: 12345 Region / State: New York Region / State Code: NY...
View ArticleSplash Image not working
I cant figure out why this is not working.....anybody see what I am doing wrong. [ autoit ] popupLocal $destination = "C:\Documents and Settings\sebrad\My Documents\SB AutoIT\AutoIT Splash.jpg"...
View Articlemy app was working but stopped...?
Afternoon All, I have a weird problem, my app script that I wrote was working but now isn't and throws an error : Line 796 (blah...) Error Subscript used with non-array variable. the compile didn't...
View ArticleRead exit code from installation
Hi, i'm looking for way to check if a .exe launched was successfully installed, but, don't checking the folder or registry, i'm looking for read some exit code from a .exe file. do you know how to...
View ArticleMaking a script that will loop a function until a directory is empty
I have a script that resizes images so that they're usable on an intranet site. Once the image is resized it's copied to a finished directory. I'd like to have the script loop until the initial...
View ArticleList all connected Webcams
Hey guys, I've searched around for on the forums but I haven't found it. Is there a way to look into all of the drivers and list all of the webcams there in a combo box or something... maybe someone...
View ArticleAutoit - bulk print pdfs
Hi Guys I'm trying to workaround a problem by bulk printing a bunch of documents. They are in PDF format and I have managed to dig out a list of them from a database. Is it possible to automate the...
View ArticleEasy Bot
ı'm sorry for asking you this but i'm trying to make a bot which will press a button in keyboard when the colour in a secific pixel changes. How can i do this? I tried pixel search but i couldn't do it...
View ArticleDo mouseclicks pass as real mouseclicks?
I'd like to automate a piece of "task" in a freelancing website, the freelancing website has a "program" to monitor keyboard and mouse activity, I'd like to automate the "task" by simulating keystrokes...
View ArticleTaking control
Hi... I have a program that has a slider and a growing list of (PSRemote)...I want to do remote control that through my script sets the value of the slider and the on / off in list and I want to...
View Articlefind hidden files and check a checkbox
hello, i don't know what is wrong with my code, i'm trying to find hidden files in a directory and if exist at least one hidden file check a checkbox, here's my code [ autoit ] expandcollapse...
View ArticleAuto it support on win7
Hi, I need to know about stability of Autoit on Win7 as compared to WinXP. I an new to autoit and I written an code to extract text from the listview . Code is : Local $hWnd = ControlGetHandle("IRM...
View ArticleGetting text from windows which only have class defined, nothing else
Hi, In my application, there is an About button, if I click it, it shows some about text for the product. I need to get text from this window having class as #32770. This is the only thing that is...
View Articletcp ip small question (client-server)
hello there, it's not quite right forum to ask, but it use autoit that's why i ask here, most of it i will find it quicker answare here then on php/html forums well, lets start, i want to use and tcp...
View ArticleAutoItX3 ControlTreeView GetText returns blank
Am using AutoItX3.dll in Windows XP SP3 in Ruby scripts. Have been trying to capture the text from SysTreeView32 objects in an application without much luck. I've tried against a Windows Explorer...
View ArticleCapture WM_VSCROLL message or similar from SciTE.
I'm looking at a better approach for SciTE Jump when monitoring the location of the caret in relation to the list of functions. So if the caret is in the function _SomethingImportant, then it will...
View ArticleScreen capture mouse icon
Using [ autoit ] popup#include <ScreenCapture.au3> $MGP = MouseGetPos() $hBitmap = _ScreenCapture_Capture("",$MGP[0]-3,$MGP[1],$MGP[0]+24,$MGP[1]+31,True) I believe I'm properly getting an...
View ArticleGDI+ Color Format
Well I try to set a color for a bitmap pixels and when I read them I got new colors. Is that because of color format? [ autoit ] expandcollapse popup#include <GDIPlus.au3>...
View ArticleOpening new tab in Chrome opens last closed tab!
I've been working on a script and part of it is to open a new tab in Google Chrome and then type in a web address. The Chrome shortcut to open a new tab is CTRL + T. Here is the what I used: [ autoit ]...
View Article