Search the web
Sign In
New User? Sign Up
AutoItList · AutoIt Users Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 24765 - 24795 of 31663   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
24765
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...
Mickey Loh
lohmickey
Offline Send Email
Jun 1, 2004
11:36 am
24766
... 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...
larrydalooza
Offline
Jun 1, 2004
12:01 pm
24767
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 ?...
Mickey Loh
lohmickey
Offline Send Email
Jun 1, 2004
2:01 pm
24768
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...
mlazovjp-yahoogroups3...
mlazovjp
Online Now Send Email
Jun 1, 2004
4:22 pm
24769
Hi MasviL, Thank you. Sorry for late reply. Valery ... about ... platform....
valery_vi
Offline Send Email
Jun 2, 2004
2:20 pm
24770
... 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,...
David Nuttall
danuttall.rm
Offline Send Email
Jun 2, 2004
4:19 pm
24771
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...
Vinicius_Rodrigo_Dos....
vrs_brazil
Offline Send Email
Jun 3, 2004
2:56 pm
24772
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...
drenan22
Online Now Send Email
Jun 3, 2004
3:07 pm
24773
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...
David Gray
dagray2001
Offline Send Email
Jun 3, 2004
3:46 pm
24774
... anyone ... http://www.hiddensoft.com/fileman/users/Larry/ see AU3Recorder Lar....
larrydalooza
Offline
Jun 3, 2004
3:56 pm
24775
You are the man. Exactly what I needed....Much appreciation from sunny Florida!!!!!!!...
drenan22
Online Now Send Email
Jun 3, 2004
4:52 pm
24776
... 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...
Eddy
RaiMundo4U
Offline Send Email
Jun 3, 2004
7:57 pm
24777
... AutoIt3.zip" ... Au3ScriptWriter and AU3Record are the same code compiled with different C compilers. I keep my latest stuff at the Hiddensoft site. The...
larrydalooza
Offline
Jun 3, 2004
8:42 pm
24778
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: ...
Michael R Kizer
fugazi777
Offline Send Email
Jun 4, 2004
5:32 pm
24779
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) ...
Tutor2000
Offline Send Email
Jun 4, 2004
7:18 pm
24780
Do I then use @error or $error? Rick...
Tutor2000
Offline Send Email
Jun 4, 2004
7:22 pm
24781
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...
Brian Keene
brian_keene
Offline Send Email
Jun 4, 2004
8:29 pm
24783
Thanks Brian! When you say If( @ERROR ) Then I take it the @error has some default value real programmers know about? Rick...
Tutor2000
Offline Send Email
Jun 4, 2004
9:48 pm
24784
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. ===== ...
David Nuttall
danuttall.rm
Offline Send Email
Jun 4, 2004
9:57 pm
24785
... 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...
Brian Keene
brian_keene
Offline Send Email
Jun 4, 2004
10:31 pm
24786
shorthand for "If( @ERROR <> 0 ) Then"...
larrydalooza
Offline
Jun 4, 2004
10:32 pm
24787
Thanks Brian thanks Larry; I'll add it to my repopulate variables phrase Rick...
Tutor2000
Offline Send Email
Jun 4, 2004
11:20 pm
24788
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...
Tutor2000
Offline Send Email
Jun 4, 2004
11:31 pm
24789
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...
Terwelp, Jeff
kotafootball
Offline Send Email
Jun 4, 2004
11:44 pm
24790
Whoops...concatenate, not add: $array[0] & $array[1] & $array[2]. 20040110 > 20030310. Jeff _____ From: Terwelp, Jeff Sent: Friday, June 04, 2004 6:42 PM To:...
Terwelp, Jeff
kotafootball
Offline Send Email
Jun 4, 2004
11:48 pm
24791
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...
Tutor2000
Offline Send Email
Jun 4, 2004
11:54 pm
24792
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...
Tutor2000
Offline Send Email
Jun 5, 2004
12:12 am
24793
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...
dbm3000
Online Now Send Email
Jun 5, 2004
4:04 am
24794
... what ... AutoIt version 2 or 3? Lar....
larrydalooza
Offline
Jun 5, 2004
4:15 am
24795
... registry ... I am working with version 2.64 currently....
dbm3000
Online Now Send Email
Jun 5, 2004
4:17 am
Messages 24765 - 24795 of 31663   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help