Scheduled Maintenance:
We are undertaking some essential, but extensive maintenance to improve Yahoo!
Calendar. Your Group Calendar is being migrated to a much improved version of
Yahoo! Calendar. During the maintenance period, you may not have access to your
Groups Calendar.
We sincerely apologize for this inconvenience. Your Groups Calendar is in great
shape and we are working to have it available again as quickly as possible
- Yahoo! Groups & Yahoo! Calendar Team
Here you go people; JIC (Just In Case) you can't find the e-mail with the url; http://user.mc.net/~jlh/nttools.htm Oh and the Guy who wrote the Kit is also...
2127
Jack Decker
jack@...
Sep 3, 2001 5:58 am
Here is the situation I have. I'm using AutoIt to automate the running of a program that takes several seconds to do some processing, and then makes you click...
2128
dkwokgs@...
Sep 3, 2001 7:25 am
Hi, Can I read a ini from a FTP Server (anonymous login)? How about copying from it? Thanks in advance. Regards Daniel...
2129
Alex Peters
alex@...
Sep 3, 2001 8:48 am
Quote: _____________________________________________________________ Am I missing something, or is there really no way to detect a graphical change within a...
2130
Alex Peters
alex@...
Sep 3, 2001 8:54 am
Hi guys, Take the script below and run it: SetBatchLines, 32 Label: MouseGetPos, X, Y MouseMove, %X%, %Y% GoTo, Label On my Windows 98 system, the mouse...
2131
Jack Horsfield
jack.horsfield@...
Sep 3, 2001 10:50 am
win 2000 SP1 yes, the mouse moves, alway up and left, for a little while, then stops. if i then move the mouse cursor, the script repeaat the move. jack It's...
2132
Jacques Bensimon
jbensimon@...
Sep 3, 2001 1:40 pm
The WGet.exe freeware command-line utility (widely available) will copy files via FTP and HTTP. Jacques. ... From: dkwokgs@... [mailto:dkwokgs@...]...
2133
dkwokgs@...
Sep 3, 2001 2:27 pm
Hi, Is there a way to change the proxy settings of individual dialup connection in Windows 2000? Thanks Daniel...
2134
David Drake
ddrake2@...
Sep 3, 2001 3:31 pm
Hi Alex, Ran this and nothing happened until I leftclicked on the task bar then the mouse shot off to flicker in my top right hand corner of the screen... but...
2135
Gene Sears
etsears@...
Sep 3, 2001 5:04 pm
This was interesting, obviously the mouse should not move, but it did. I have tinkered with the script a little to check its repetitiveness and output some...
2136
Alex Peters
alex@...
Sep 4, 2001 3:49 am
Hi Gene, On my Win98 system, the mouse moves *either* up, up/left, or left, depending on the position it's at. If it were to simply move up and left everytime...
2137
Jack Horsfield
jack.horsfield@...
Sep 4, 2001 5:57 am
results on Win 2000 SP1, screen at 1600x1200. (strangely, today the mouse moved down and right. yesterday was up and left. is this progress?) jack Service...
2138
David Drake
ddrake2@...
Sep 4, 2001 9:50 am
Hi, Can anyone help me... I'm trying to run a script from within a script, that is to say I'm outputting from one into a text file and then reading and...
2139
Gert Scheepers
GertScheepers.Transte...
Sep 4, 2001 10:56 am
Should you not take out the space after the last two back slashes? Kind Regards Gert Scheepers ... From: David Drake [mailto:ddrake2@...] Sent: 04...
2140
David Drake
ddrake2@...
Sep 4, 2001 11:03 am
Hi, Tried that still get same error message Thanks. Dave Gert Scheepers <GertScheepers.Transtel@...> on 04/09/2001 11:57:33 Please respond to...
2141
Gert Scheepers
GertScheepers.Transte...
Sep 4, 2001 11:19 am
Is the "*.aut" files registered to execute with Autoit and lastly you may want to try the DOS equivalent for the directory and not the long File name path. ...
2142
Andre Hebestreit
ahebestreit@...
Sep 4, 2001 11:23 am
Hi David, if the extension .aut is associated with AutoIt you can run (in one line) run, %COMSPEC% /c H:\\Daves stuff\\AutoIT\\AutoIt\\Examples\\scriptn.aut,...
2143
David Drake
ddrake2@...
Sep 4, 2001 12:03 pm
Hi, Thanks guys.... running it now... I Tried the suggestion from Andre first and that works!!!! Thanks once again.. Dave...
2144
lindley@...
Sep 5, 2001 6:20 pm
How can I have one Input box with multiple inputs? For instance, I want to get user name, user ID, password, etc and pass those variables into a text file or...
2145
Jacques Bensimon
jbensimon@...
Sep 5, 2001 7:45 pm
One item at a time! ... From: lindley@... [mailto:lindley@...] Sent: Wednesday, September 05, 2001 1:58 PM To: AutoItList@yahoogroups.com...
2146
Jerrico
jerrico_77@...
Sep 5, 2001 7:47 pm
I am trying to do a uninstall of mcafee below is a portion of the script. run, C:\\PROGRA~1\\NETWOR~1\\MCAFEE~1\\setup.exe ...
2147
Gene Sears
etsears@...
Sep 5, 2001 7:53 pm
I don't think you can do that directly, but you can fake it. First use an input box to get the User Name. Then spawn a second app to display a message box...
2148
Pavel Vesely
wautomatizace@...
Sep 5, 2001 8:48 pm
Hi all, is there any way to force a window to have a focus "forever"? e.g. when I manipulate with Microsoft Outlook, sometimes Symantec WinFax takes focus. So...
2149
Andre Hebestreit
ahebestreit@...
Sep 5, 2001 9:23 pm
... I think you want to send "!a" instead of "{ALT}a". The difference is: !a means: Hold the ALT-Key and press "a" {ALT}a means: Press ALT, then press "a" ...
2150
Grixti, Wayne
waynegrixti@...
Sep 5, 2001 10:32 pm
Hmm I guess you could use WinActivate, Outlook Maybe have it looping! It's not an ideal method though. Wayne Grixti PC Support Officer Logan City Council Ph :...
2151
Alex Peters
alex@...
Sep 6, 2001 4:18 am
There was a big thread somewhat related to this before: http://groups.yahoo.com/group/AutoItList/message/2091 and no one was able to run a non program file...
2152
Jack Horsfield
jack.horsfield@...
Sep 6, 2001 5:55 am
or: {ALTDOWN}a{ALTUP} jack the status bar has had its intelligence raised...
2153
mlazovjp@...
Sep 6, 2001 12:52 pm
Use .INI files ... that's what I have to do :) Or you can change the values in the registry and use those; I update the env vars in Win2k, and since they don't...
2154
mlazovjp@...
Sep 6, 2001 12:57 pm
Use something like Rapid-Q (a freeware VB clone) like I did, and have it store info in an .INI file that the AutoIt scripts read from/write to. Jeremy...
2155
Ed Learned
learned@...
Sep 6, 2001 2:34 pm
I may have just missed this in the doc, but I couldn't find anything that really defined what the /c flag refers to in the Run % COMSPEC% /c commands. THanks...