Suddenly cannot run scripts any more
I am having a problem bringing Autoit back to the way it used to be. I used to run SciTE4AutoIt that comes with the installaion, hit F5 whenever I checked a script and all went fine. My problems began...
View ArticleFind multiple lines from txt file and replace it from new lines from txt
Sorry for my bad english I need code in C:\test.txt "state": 1, "was_installed_by_default": true delete it and replace "state": 1, "was_installed_by_default": true },...
View ArticleFiledelete() returns wrong @error on failure with ADS streams
When using Filedelete() function on ADS files, Filedelete fails (Return=0), but @error is set to 0 (no error) and the ADS stream is not deleted. Here a reproducer: [ autoit ]...
View ArticleMass Password Generation Function
Hello guys . So I have been trying to make a function that will create an array of random passwords and also allows the user to select how much passwords they want to be generated and the length of...
View ArticleWrite in a field
Hello everyone, I am new with AutoIt and I am thinking to write in a small field (I couldnt attach my picture here to show where). I have been trying following code: Version I: (apan.dat - is my text...
View ArticleInstalling au3 program with right-click context menu
In the process of upgrading to Win-7, I lost my Register settings for right-click context menu options for a couple of small au3 programs I created 2 years ago. They are something I might want to...
View ArticleSet color of a defined Combobox item
Hi Guys, first i want to say thank you. I found almost everything in this forum except for this. I'm having trouble setting the color of a Combobox item... I could change the caption, but this will...
View Articlesend("#") in windows 8
I can do send("#r") and it brings up the run command. But I want send("#") to bring up the metro interface. It seems to do nothing. Really I would like to put a au3 into the startup or have a registry...
View ArticleControlClick
Hello all I saw this script in another topic and one part confused me slightly [ autoit ] popupSend("#r") Sleep(1000) $hHandle = WinGetHandle("Run") MsgBox(64, "Window Handle", 'Now this will...
View ArticleMouseMove
Hello, hmmm how can i explain this now?? What i want to do it to give mousecoursors without having to move the mouse. I am using controlclick on a project and in some part of it it has to keep...
View Articlehelp please... simple RegRead issue
i just started writing this new code and as of now, its rather simple... i want autoit to look at the main "rebootrequired" key and based on its existance, i'll have it produce a popup or whatever... I...
View ArticleTracing the outline of an image
Hi, I've been reading these forums a lot, and decided to make my first post today! I've come across a problem statement that I cannot find on these forums. Situation : I will have a page which has some...
View ArticlePowerPoint 2007 Automation
Hello, i need to automate a MS Powerpoint presentation. What i want to do is.... 1. simply open an existing presentation [ autoit ] popup$obj = ObjCreate("PowerPoint.Application") $PresInterface...
View ArticleOPC want to use OPCGroup.SyncWrite
I’m writing values to other equipment via OPC and modbus. I’ve lifted the example from http://www.autoitscript.com/forum/topic/127376-using-autoit-to-read-data-from-opc-server/page__hl__%2Bopcserver...
View ArticleI can't launch an .MSI with my srcipt
Hi, I would like to launch a .msi with the script bellow, but taht doesne't work : The login, password and domaine are good. [ autoit ] popup; Indentifiants du compte administrateur utilisé Local...
View ArticleACROBAT Error
Windows 7 Pro 64bit Acrobat Reader 9.5.3 When I use [ autoit ] popupGlobal $o_AutoIt_MyErrFunc = ObjEvent("AutoIt.Error", "_AutoIt_MyErrFunc") $oPDF = ObjCreate("AcroPDF.PDF.1") Func...
View ArticleUsing Autoit on MMC Snap-Ins
Hi guys. I have been playing with this cool program today. It rocks! However I have ran into a slight hurdle that even my googling has been fruitless. Basically what I want to do is configure MMC...
View ArticleFunction Info ( __Init() )
Looking at a piece of code posted by Yashied, and seen within it a call to a function which I can find little about. The function used is named "__Init()". Does anyone no anything about this function,...
View ArticleClipboard contents modification as soon as Ctrl+C is pressed: ClipGet()...
Hi all, I've been copying a lot of text from PDF files and other documents. Problem is, this text appears badly mangled when pasted again, causing formatting issues. I've been trying to write a script...
View ArticlePass variable from one function to another
Hello all, I've read all the related topics, didn't find one to my question, so here it is Consider this scenario: ;main au3 file Opt("GuiOnEventMode", 1) $main=GUICreate("Test", 200, 200)...
View Article