Copy Every 15 Min
Hello, I am new to Autoit knowing very little on scripting, yet I did manage by seaching posts and online help to make a successfull Backup, Clear Game Cache and Launch.au3. I am pasting the script...
View ArticleConvert 64-bit IEEE float values from WinPCap data
I've been using WinPCap and examples on the forum list data from packets. For 32-bit IEEE floats I can see the values with this: [ autoit ] popup$x = 0x0b634b40 ConsoleWrite(StringFormat("%8.8x...
View Articleget windows theme function??
Are there functions like: GetWindowsTheme() - to get the windows theme (ie:Classic) DetectSmoothEdges(), etc i cant find any info anywhere on this
View Articletask master questions
if someone knows about running task master under autio it maybe able to help with this. the following code access the task master in windows its similar to...
View ArticleThis isn't a bug, but rather, a limitation (I think), and a request.
I'm pulling back large amounts of data using an ADODB connection with AutoIT and if I put the data into a 2D array it's truncating the results per element(cell). If I change it up and pull the data...
View ArticleDo I understand FileCopy right?
G'day everyone I'm trying to use FileCopy to copy files, but the files don't copy. So first I'd like to make sure that my syntax is right and that what I'm trying to do is what FileCopy does. If I...
View Articleunavailability in minutes from txt of the month
Hi all, I have a big question and I need some help. in the attached file there are the data when a process has gone down. I need to take for a specific month (for example december 2012), day by day,...
View ArticleIf @computername =
I need some help with creating a piece of code that will allow me to check the name of the workstation, that my new script is going to run on, against the list of computer in a txt file, then if the...
View ArticleDelay Script
Hi Everyone, I am packaging a app which has a setup.exe which just run on command prompt & doesnot wait to finish so I need a script which will check this Setup.exe in Process of Windows Task...
View Articledisable minimize, maximize, close
I'm trying to disable the entire form while a function is running. I can disable each control using guictrlsetstate(), but I also want to disable the minimize, maximize, and close buttion while the...
View ArticleAutoit write Autoit
This is just a question i have not started to write any script to show so : Is it possible to make a script in autoit to to write and compile another script ? I hope you understand what i am trying to...
View ArticleIP Address parsing the first three octets.
Trying to extract the IP Address using IPCONFIG /ALL and Piping it to ipconfig.txt. RunWait(@Comspec & " /c ipconfig /all > " & "C:\utils\ipconfig.txt") How would I get the IP ADDRESS and...
View ArticleRunAs Command
Can anyone help me with this? I have a script and I'm trying to run with admin rights. I'd like to script everything in AutoIT but right now I'm calling a batch file...is there a way to run a command...
View ArticleSimple script to find files and give file size sum
Hello all, I'm kinda stuck on a very simple task. I have this small piece of code to find files and report the file size. In the end, Im going to use it to search specific folders, exclude certain file...
View ArticleApology
On my first post yesterday I asked for help requarding a script used for verifying a backup of game files. I somehow overlooked and missed in the rules the section on scripts for gamming. I am sorry to...
View ArticleRegWrite what type of key should i use?
Im trying to add some registry keys for a backup program so it remembers checkbox states (ticked or not) Obviously using RegWrite to write the keys but Which Value am i supposed to use out of these...
View ArticleClick on a background image on Web
Hello I'm french I juste start Autoit , my english is not very good . I appealed to you because I want to click an image which always changes or a link on a site, I am sad for the background (not to...
View ArticleFinding File name from wildcard search?
Here is a small section of my script. What I am trying to accomplish is that I am finding these files by using wildcards in fileexists(). Is there any possible way to get the filename based off of...
View ArticleHow to reliably unstuck ctrl alt and shift ( not just by send() )
due to the nature of what I am doing, my keys will get stuck, unavoidable, I just need a reliable _clearKeys() My observation so far: send(key up) works ALL the time for normal keys, ie. asdf's same...
View Articlereading file from ftp
Hello I have problem with reading file from ftp. I used loop waiting for input, in this loop is function to process file from ftp. There is only one file at the same moment on ftp. First loop is...
View Article