someone help me fixed this problem AutoIt v3
someone help me fixed this problem AutoIt v3 This script works fine on windows xp it does not work for windows 7 #include <NavInfo.au3> $Is_Java = _NavInfo_IsJavaInstalled() If $Is_Java Then...
View ArticleCopy 1 File to multiple Locations
Hi, I am trying to copy one configuration file to multiple locations overwriting the destination files ( I am a programming newb and Autoit is the only language i am learning right now so please be...
View ArticleNeed help with extracting files!
I have created a installation program in AutoIT but the installation requires decompression of files with a .pak extension. I have the compression/decompression codes that work with quickbms but I was...
View ArticleControlID? (in-game)
close please.. just got my warning.. guess im doing something wrong.. off to the rules!
View ArticleBest strategy for scaleable / maximize-able program ?
I often develop small helper apps for different customers, and they are happy. But from time to time I am facing the problem that customers have a screen that is much bigger than others, and I am...
View ArticleFinding out if an .exe is made with autoit
Some time ago someone (could have been Valuater?) made a simple script that detemined if an exe was a compiled autoit-script. I've tried to search for it but can't find it, would be greatfull if anyone...
View ArticleMemory Leak in $STDOUT_CHILD
Hello everyone, I've been experiencing a memory leak in one of my scripts, and I've traced it back to $STDOUT_CHILD. After some research, I found some old topics (2007) about it, which indicates...
View ArticleCreate Second Instance of Outlook (Alternate Profile)
I tried ExtraOutlook.exe 1.3, but it blows up either because I'm on Outlook 2010 (x86), or a 64-bit OS take your pick. Essentially I have two environments and can't build a trust right now. So I...
View ArticleArray Not Pulling Any Information
I"m trying to create "1" array or more if needed to be able to pull very specific data from HTML page, while running in a loop to generate configuration commands for our team. The problem that I am...
View ArticleCmd space issues
Ok ive been messing with this bit of code for ages and cant see where its going wrong. Func _Archive_1() $aRarFile = _RecFileListToArray(@ScriptDir, "*.rar|*.part*", 1, 0) ;~...
View ArticleRegular expression to replace variables inside quotes e.g. $NAME
Local Const $ASCII_ACK = Chr(6) ConsoleWrite('$vVar = 100 ; Variable inside quotes.' & @CRLF) ConsoleWrite('$MB_SYSTEMMODAL ; Variable inside quotes.' & @CRLF) $sData =...
View ArticleReplicate UIWebView from iOS/Android
Hi, Is there any way to replicate the webview or iframe type content in AutoIt? Thanks, webxt
View ArticleElseIf and more than, less than?
Can someone tell me what Im doing wrong in this script? AutoIt expandcollapse popupLocal $file = FileOpen("test.txt", 0) ; Check if file opened for reading OK If $file = -1 Then MsgBox(0,...
View ArticleFramsets
I'm trying to automate a page. I've been doing this successfully for about a year or two now with all sorts of webpages. I'm having trouble with this one, and pretty sure it uses cross browser to load...
View ArticleLooping until error message ends
Hi I am trying to install an update through autoit script and during install there will be 4-6 error messages and I need to click "ok" through all of them. My boss tells me that every new update will...
View ArticleInstalling Java 32 bit on a 64 bit OS using a service
Has anyone had any success installing 32 bit Java on Win7 (64bit) using a Windows Service (Primasoft RunAsSvc)? When trying to run, I am getting an 1619 error. The 64 bit version works fine using...
View ArticleOutlookEX problem
I am using your outlookEX provided by "Water" to much success however I have come across an issue. I have a script which simply reads the content of an inbox and then interrogates the result. It...
View ArticleHow to read from XML page
I am using the below code to get the string between HTML tags but I am not getting what I want. Can anyone help. $sUrl = InputBox ("Required Information", "Enter the URL", "", "", - 1, -1, 0, 0) $oIE...
View ArticleRegexp problem <strong> balise
Hello, I have a small regexp problem... Many hours that I search solution, but I don't find I have a string localisationBlock....many text......<p><strong>Agence CFI...
View ArticleRunAs() arguments
I'm sure it's been covered, but I keep getting confused on how many " or ' should be in the line. Here is what I am attempting: RunAs("administrator", "domain", "password", "msiexec.exe "...
View Article