Hi to all, Good day to all of you who are reading this message. I'm trying to use AutoIT to automate an login to a web site that require user name and...
... require user name and password. You know just like login in to yahoo mail. first, we must know... What is the same about the web site every time? What are...
Hi Larry, I was also looking at that idea ... can I use AutoIt to simulate a COPY SHORTCUT (just like the one when you do a right click) and compare the link ?...
There might be. We stopped using Win9x/ME years ago, so I didn't bother looking for anything. Since there probably isn't going to be a tool like that, I would...
... It is on the TO DO list, but as yet, it has not been writen. I intend to work on it when version 3.0.102 is released as stable. ===== David Nuttall,...
Hello AutoIt Specialists!! I would like to know if I can append a text at the end of a specific line in a file. I´m killing myself trying to do this and still...
I know there is a recorder for version 2, but when you run the converter the code from 2 to 3 is completely different. Does anyone know of a recorder for...
Hi VRS, What have you tried so far? What version of Autoit are you using? The most likely way of doing this is to read the file into an array, amend the...
... Larry, I am a little confused now.. Seems that there are a number of recorders/autoscriptwriters for AutoIt3.0 floating around: - the one you mentioned...
... AutoIt3.zip" ... Au3ScriptWriter and AU3Record are the same code compiled with different C compilers. I keep my latest stuff at the Hiddensoft site. The...
Yahoo Groups is now offering RSS feeds for any group that has public viewable messages. You can see the RSS feed option on the home page for the list: ...
I've never made an errorlevel return before do I have this format correct? Rick ;CHECK FOR DUPS func checktarget($a) $tfile=$stringreplace($a,$sdrive,$tdrive) ...
Rick: If your looking for errorlevel & not just a return value from a UDF then you have it wrong. The errorlevel is set separately by "SetError()". In the...
For more detail use "Mem /d". It look like it only details the DOS (<1 MB) memory. The Windows management of the rest of the memory is not included. ===== ...
... No. its shorthand for saying "If( @ERROR > 0 ) Then". The test in the if statement is true if the final value of the expression is greater than 0. Any of...
I'm kinda reinventing the wheel cause I want an xcopy type function to do a back up. Larry's recursive filenext will be a big help What I'm not sure about is...
Simple solution: add the year, month, and day together ($array[0] + $array[1] + $array[2]) and then compare. You could add hour, min, and sec, too, if you...
Okay let's see 200403101 would be 2004 jan 1 day 1 Damn Jeff; The smarter the programmer the easier the solution I just wrote a bunch of cases lol Thanks buddy...
Can I use dircopy to copy specific files DirCopy("C:\My Documents\my.txt", "C:\Backups\MyDocs\my.txt", 1) that way the dir will be created if they do not exist...
Hello all. I would like to know how I can have AutoIt find out what the current resolution is on a PC. I assume it is in the registry but I cannot find it, at...