au3recorder not recording mouse actions under VMware player
Hello I'm using a virtual machine installed with windows XP SP3 ( and last updates , dotnet 4 ) for installation test purpose. I tried to use au3recorder, everything works well during recording, but...
View ArticleMultiple replacement with StringRegExpReplace
Hello, Could you please tell me what's wrong in the following instruction : $Output = StringRegExpReplace($Input, "[àâäçéèêëîïñôöùûüÀÂÄÇÉÈÊËÎÏÑÔÖÙÛÜ]", "[aaaceeeeiinoouuuAAACEEEEIINOOUUU]") I thought...
View ArticleChange tabs of multiple browser windows
The situation: - 1 PC - 2 monitors - 2 Chrome browser windows with 2 tabs each (the same) What I need: - Switch tabs in both Chrome browser windows. I already tried different things, but I can't get it...
View Articlestringsplit " marks in html rows
hello! i hav a div found by iegetobjbyid i know its innerhtml, and i would change " signs to "" how can i ?? chr(34) and '"' also doesnt work!!!! thank for all
View ArticleGet text from control
Hi everyone, I'm truing to get text from a simple label from program whitch is made in delphi. Autoit Info tool shows nothing, I tried few scripts to get this taxt, but still can't get any text. I used...
View ArticleDateTimePicker keeps returning 0.
Hello. I am working with the DateTimePicker control and am having some difficulty reading the current date. I am following the example the in AutoIT function documentation, and it's my understanding...
View ArticleKeyboard-shortcuts in SciTE not working (e.g. ALT+F6 for AU3Recorder or any...
Dear AutoIT volunteers and users I'm new to AutoIT and I just want to give it a try as alternative method for some manual installations and other things (automating things which can't be automated with...
View ArticleDrag & Drop with Fileopendialog
[Replace Problem] Hello, guys! I got a new problem... When I drop file to the edit box at the 1st time, it would appear correct path.. Dropping file to the edit box at the 2nd time, it would replace...
View Article{REQ} Read Text In Http And Wirte Registery
{REQ} Read Text In Http And Wirte Registery. Read URL http://Www.Test.Com/aaa.txt Set Reg In aaa.txt http://Www.Test111.Com
View Article7-zip's truncated stdout stream
Hello, I am tinkering with the 7-zip command line tool, feeding the app by StdinWrite(), and getting its output by StdoutRead(). It uncompresses the data without error on both cases. The symptom is a...
View ArticleAuto DVD Ripper (Need some guidance)
I was interested in creating something that will automatically rip a DVD to an ISO file using DVDfab. I plan on using this on a system that has multiple DVD drives so I can load it up and let it run...
View ArticleRecord blinks from Network card LED indicator
Hello! I want to make program that record blinks from Network card LED indicator. Maybe i can use WMI, but with what query ? Thanks!
View Articlehow can disble(msconfig.exe)
hi all, i want disable Msconfig.exe/win xp from regedit. like this example: [ autoit ] popupRegWrite("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System",...
View ArticleDelayed Commands
I'm relatively new to AutoIT, and have put together a script/gui to map/unmap a network drive. It works well, but there are several things I want to add and I'm not sure how. Would really appreciate...
View ArticleSend() Keypress Delay
Currently I have an extremely simple script that presses keys in very rapid succession. Unfortunately, they aren't being held down long enough to register, but the delays in between them are quite...
View ArticleChange color of text while writing to a row in excel
Hi , Is it possible to change color of a char among characters while AutoIt is writing to a row in Excel? for ex, I am writing ABC then I wnt to change to red for the next char W ...so ABC will be...
View ArticleInteract with the print spooler?
Hi, I've got a couple of computer labs with printers that my clients' would like to restrict. They've tried removing paper from the trays, yada yada, but once a legitimate print job needs to be done,...
View Article#include <????.au3> Error
If you are reeiving an error using #include. 1) This Line must be at the start of your script. #include <[file-to-include.au3]> 2) Try #include using path and filename option,...
View Article[HELP] Hide window WHile On Hiden IE
Hii THis is my rough Code [ autoit ] expandcollapse popup$ie = _IECreate("https://mobile.twitter.com/login/?redirect_after_login=%252Fmasush2&username_or_email=", 0, 0, 1) Func...
View ArticleIs there a Short for Reading and Writing a Char in a String?
Hi If I have a String, and I need to Read and Write Specific Chars in it, (not to insert or delete any chars, but only to Read and or Edit the Existings chars) Is there any Short for it? Right now what...
View Article