Tabledata into clipboard - I am very new user.
I am working myself into the Samples in order to understand what it does. I mixed 2 Samples. 1. write tabel into array 2. Stringsplit to get it into the clipboard I would like wo have e.g. row 2 col...
View ArticleNewbie question, but how does AutoIT read the script?
So I got this script with Some while, some Ifs and some functions. I am curious how AutoIT reads them? Can autoIT read two segments of a script file at the same time or does it only go through step by...
View ArticleNewbie question: How to wait till the end of the script?
Hello, I try to automate Malwarebytes execution, which I'd like to put within a .bat file executing some night tasks. I do my tests in cmd window. The issue I have, is the script execution in...
View Articlehelp me edit this script
help me edit this script in this script, Internet explorer should start in systray hidden mode [ autoit ] expandcollapse popup#include #include #include ; Don't pause automatically when the...
View ArticleHow to Transfer SQLlite data to EXCEL?
Helo again, i trying to find a code in the forum that transfer my sql data to excel but i can't find one, i only find Exel to SQL. bacause i need my sqllite data to be in excel so that i can submit it...
View ArticleRegex Question
I have looked over this regex a bunch of times, but still can't figure out why it is doing this. #include <Array.au3> $sLine = "2+-13*3" $aRegex = StringRegExp($sLine,...
View ArticleHow to scroll a Window horizontally?
I need to scroll a window both horizontally and vertically. I have already achieved vertical scrolling using the following code: $MainWindowTitle = "Example" $controlID = "[CLASSNN:Window8]" $windowPos...
View ArticleExecuting Autoit code from Excel VBA: Space in Folder Name of Path
I am using the following code in VBA to run Autoitcode.au3 file. Sub RunFileName() Dim runscript Dim FileName As String FileName = ThisWorkbook.Path & "\Autoitcode.au3" MsgBox (FileName) runscript...
View ArticleAutoIt Script for automation testing is not working
I have written an script in autoit to automate a windows based application and it works some times properly and same script stops randomly sometimes please help me working enviornement is windows XP...
View Articlehow to trim Col0&Row0
[ autoit ] expandcollapse popup#include #include $sFilePath1 = @ScriptDir & "\TEP.HD#1.xlsx" ;This file should already exist $oExcel = _ExcelBookOpen($sFilePath1,@SW_MAXIMIZE)...
View ArticleStart Internet Explorer in hidden mode
Start Internet Explorer in hidden mode [ autoit ] expandcollapse popup#include #include #include ; Don't pause automatically when the tray icon is clicked Opt("TrayAutoPause", 0) ; Don't show...
View ArticleReturn full path of directory
Hello guys, Haven't been here for a long time, and now I have a question, cause searching google and forums didnt made a trick. So, in this bottom code I got a last folder name (full path is...
View ArticleNeed help in Soap XML Comparision
Hi All, I am new to this community and my requirement is to compare two Soap XMLs. Can anyone here would be able to help?
View ArticleNeed help with forum editor
I have played with the editor for hours and can't seem to find how you post code in the seperate window with the [autoit] [popup] caption. Can someone give me a quick tutorial?
View Articlesqlite delete record
hi guy if i want remove specific record in table is correct if i use this sintax $iocr1 = _GUICtrlListView_GetItemTextArray($List1AC) _SQLite_Query($Db,"DELETE FROM anagrafica WHERE...
View ArticleStop sending MSDOS output to AutoIT output window
I have a function that uses Run() to run a "nslookup" command and check to see if the address passed to it is reachable. After invoking the Run() command, I use calls to StderrRead() to read nslookup's...
View ArticleIE automation questions
I'm having issues using ie.au3 include. I cannot get autoit to fill in the username and password and then click submit Website I'm trying to automate:...
View ArticleCan this be done?
Hi, I'm new to AutoIt. I'm trying to automate the submit button at bseindia, I would like to avoid the "mouse coordinates and click" method, please let me know how this can be done. Thanks.
View ArticleAuto Login for blogger.com
I am quiet new to autoit and scripting itself.Kindly look at my code and suggest me a better way to do it.The following code works but when i try to get the form elements by name or type (for eg...
View ArticleHelp with my arrays and streamlining information
I have a script I recently created. My script is currently working great and thanks to other examples across this forum and the help file I was able to build it. HOWEVER, I feel like I could make this...
View Article