Robocopy parameters in Autoit
Hello, I am trying to add the following parameters to Robocopy embedded in an the Autoit script below: /S /COPY:DT /R:4 /LOG+:"C:\Script.log" Any suggestions how to add it? Thanks in advance!...
View ArticleINetGet not applying filters in google search
I'm trying to download the search results at...
View ArticleRead-end-of-file possible ?
my task is to read out metadata of 3,000 tif files, 3 MB each. most of the needed data is in the script header, so i can use this code Local $open=FileOpen($file,16),$r=FileRead($open,700)...
View ArticleSend d key twice when each time i press a designated hotkey
#include <Misc.au3> HotKeySet("{ESC}", "Terminate") Opt ("SendKeyDelay",15) ; delay between sending keys - default 5 Opt ("SendKeyDownDelay",5) ; how long to hold down a key - default 5 While 1...
View ArticleHotKeySet problem
AutoIT isn't detecting the following special letter as hotkey: í A simple test script: HotKeySet("í", "_test") While 1 Sleep(100) WEnd Func _test() MsgBox(0,"", "Pressed") EndFunc
View ArticleSimple toolbar with macro buttons
Hi, I was interested in creating a vertical toolbar along the left of my screen which has like 40 buttons top to bottom listing 40 employees. When I click on each it would send their name and enter...
View ArticleMail not sending with Task Scheduler
Greets all, Got an oddity with my back up script. I have it backing up a few folders to another drive on the network each day around 5am. The script does its job partly, I have it sending a mail to...
View ArticleEjecting USB Drive
I'm working on a script that will eject a usb flash drive. I did a search on google and the forums and I found a script that people seem to be using for this purpose. However when I try to us it, the...
View ArticleReversed datetimeformat()?
Hi everyone. I'm currrently writing a script that will parse several hundred log files with hundreds of records. Using regex I then use the dates in the log files to see if somthing happened in the...
View ArticleFileOpenDialog to $Launcher
Hey I am trying to select a File using the FileOpenDialog, which then is converted to a variable which i want to use later. My code looks like this: $code = FileOpenDialog ("Select...
View ArticleNew to AutoIt - Display data into one MSG box
I managed to get this much together but having trouble cleaning up the script to display all the services and tasks into one msg box with status and green check box for running services and red X for...
View Articleproblem sending Window Handle via pipe
Hi According to the example in the help of the ConsoleRead() command, I can send a strings using "pipes" from one process to another. well, I have think to send an window handler "hwnd" from one...
View ArticleXML AppendChild
hello world. I am trying to append some child nodes? and remove "default". I am getting thrown off by the long names of each node "<setting name = "Clients" serializeAs="xml">" <?xml...
View ArticleClicking Javascript link in a web application
In the app is a table (see attachment). In the first column there is an edit link for each row. I need to write a script that clicks the edit link, performs a task, and then moves onto the next row...
View ArticleHAAALLLPPP
I hate this T_T I ended up with this code to learn to use PixelSearch(Move to Red) While True If Not $stop then $Get = PixelSearch(left, top, right, bottom, 0xFF0000) If not...
View ArticleExecuting Autoit code from Excel VBA
I am restating a topic that was not solved from here (I am not sure what are the rules of restarting a already discussed topic) I am using the following code in VBA to run Autoitcode.au3 file. Sub...
View ArticleAlternative method to _inetgetsource()
Hello, I have been recently making a downloader that downloads a set of java files for an end user, one at a time, verifying the integrity of each file along the way, however I have run into a small...
View ArticleAssistance with parsing large no of bash scripts through Windows cleanse?...
Hi, I am fairly new here at AutoIT forums. I have read a bit in here and been a serial lurker for quite sometime now. I am still not confident with all of the AutoIT stuff but have a general...
View ArticleCompile
Hi, i am having problem when i try to compile my script, i get an error saying that my include files are not found, but when i run the script, everything works fine, and my inlcude files are found....
View Articleneed help on initalizing input ctrl automatically
hello, guys i got problem on getting input control to initial state, i need inputting number from 1- 256 to input control as conditions,then my app can do something, is there a way can automatically...
View Article