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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 5642 - 5671 of 31663   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5642
Guy's been trying to use mousemove and left click and am getting nowhere. I know this is probably obvious but at the moment I just can't figure this one out. ...
markwilliamheynes
markwilliamh...
Offline Send Email
Jun 2, 2002
8:14 pm
5643
Run,notepad WinWait,Untitled - IfWinNotActive,Untitled -,,WinActivate,Untitled - WinWaitActive,Untitled - WinGetActiveStats,dumbtitle,weyed,hi,dumbx,dumby ...
larrydalooza
Offline Send Email
Jun 3, 2002
12:29 am
5644
LeftClick, 300, 100 Sleep, 300 LeftClick, 100, 315 Sleep, 300 LeftClick, 210, 550 n example. the sleeps are so that it dont go too fast for the other software....
Jim Coleman
microchip44875
Offline Send Email
Jun 3, 2002
3:50 am
5645
Is it possible to remove the trailing spaces in a line with AutoIt? My output is "SomeText " and I want "SomeText" I tried it with this code, but with out any...
plazzy2001
Offline Send Email
Jun 3, 2002
2:11 pm
5646
... setenv, a_line, %a_line% <---!!!!...
valery_2k2
Offline Send Email
Jun 3, 2002
2:44 pm
5647
Replace: StringReplace, b_line, a_line, , < --? With: SetEnv,a_line,%a_line% Killspace: SetEnv, counter, 0 Repeat, 0 EnvAdd, counter, 1 FileReadLine, a_line,...
larrydalooza
Offline Send Email
Jun 3, 2002
2:48 pm
5648
Hmm out.txt came out blank. Didn't work .. \Daniel ... AutoIt?...
plazzy2001
Offline Send Email
Jun 3, 2002
3:48 pm
5649
;FileAppend, %b_line%\n, out.txt should be.... FileAppend, %a_line%\n, out.txt I overlooked this part... Larry This tip and other useful information can be...
larrydalooza
Offline Send Email
Jun 3, 2002
3:52 pm
5650
Aah! :)) You saved my day .. (again <g>) Thanx Larry & Valery! \Daniel...
plazzy2001
Offline Send Email
Jun 3, 2002
3:55 pm
5651
Many thanks it seems I was missing the spaces out after the commas. regards mark ... 13:17:07 ... 02 Jun ... 0000 ... with QMQP; ... (66.218.66.65) by ... ...
markwilliamheynes
markwilliamh...
Offline Send Email
Jun 3, 2002
11:56 pm
5652
hmmm... spaces have never been a problem for me. I never space my scripts... though I spose it would look nicer spaced... Larry ... other ... id ... NNFMP; ......
larrydalooza
Offline Send Email
Jun 3, 2002
11:58 pm
5653
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the AutoItList group. File :...
AutoItList@yahoogroup...
Send Email
Jun 3, 2002
11:59 pm
5654
How can I keep adding left to a string until it reaches a space. I need to get the part of email addresses in a list before the @ Rick ===== ...
Sensei J. Richard Kir...
Tutor2000
Offline Send Email
Jun 5, 2002
8:42 am
5655
I'm not sure if your subject and your problem are related. If the string originally looks like this... LARRYDALOOZA@... and you want just... LARRYDALOOZA...
larrydalooza
Offline Send Email
Jun 5, 2002
1:16 pm
5656
Thank you Larry Unfortunately there is other text before the email addresses fortunately most of them have a "Larry" Larrydaloser@... with them so the...
Sensei J. Richard Kir...
Tutor2000
Offline Send Email
Jun 5, 2002
5:02 pm
5657
Could you post exactly what the text file looks like? Larry ... Anger Management, Internal Energy Strikes, meditation & More ... Ezine...
larrydalooza
Offline Send Email
Jun 5, 2002
5:48 pm
5658
The following may help you as long as there is only 1 space in the string...( %string% is assumed variable ) ... SetEnv,string,test test@... ...
larrydalooza
Offline Send Email
Jun 5, 2002
6:04 pm
5659
How can I strip newlines from text files using autoIt? I want to read in from one file and output to another with all the newlines removed. (Used to input an...
Jeff Mikels
jeffmikels
Offline Send Email
Jun 5, 2002
8:07 pm
5660
Thanks Larry; I'll combine that with getstringpos @ and should solve my problem Rick ... ===== http://tutor.hypermart.net/tutoring ...
Sensei J. Richard Kir...
Tutor2000
Offline Send Email
Jun 5, 2002
8:55 pm
5661
Hello, SetEnv, FicIn, C:\\Temp\\TestI.txt SetEnv, FicOut, C:\\Temp\\TestO.txt Boucle: FileReadLine, Line, %FicIn%, 1 IfEqual, ERRORLEVEL, 1, Goto, Fin ;...
Eric CHAIGNE
eric_chaigne
Offline Send Email
Jun 5, 2002
8:57 pm
5662
"first last" larrydalooza@... "first last" tutor2000@... etc Rick ... ===== http://tutor.hypermart.net/tutoring ...
Sensei J. Richard Kir...
Tutor2000
Offline Send Email
Jun 5, 2002
8:59 pm
5663
Hello, There is an error in my precedent script SetEnv, FicIn, C:\\Temp\\TestI.txt SetEnv, FicOut, C:\\Temp\\TestO.txt SetEnv, i, 0 Boucle: EnvAdd, i, 1 ...
Eric CHAIGNE
eric_chaigne
Offline Send Email
Jun 5, 2002
9:06 pm
5664
If the file ALWAYS contains text in that format, this is the quickest way to strip away unwanted text... %string% assumed string variable ;SetEnv instead of...
larrydalooza
Offline Send Email
Jun 6, 2002
12:51 am
5665
That's great thanks Larry; Using filereadlines I'll be able to compare it to my present list of subscribers I always put a space before the @ if they've...
Sensei J. Richard Kir...
Tutor2000
Offline Send Email
Jun 6, 2002
1:11 am
5666
All, Is there any way I can put NO as the default button without using VB ? Thanks in advance for any reply. Regards, Mario De Waele...
mariodewaele
Offline Send Email
Jun 6, 2002
8:14 am
5667
I think, it isn't. If i came to this point in the past, i recreate the question ;-) e.g. instead of "Do you want to restart the computer?" use "Do you want to...
Andre Hebestreit
andrehebestreit
Offline Send Email
Jun 6, 2002
8:26 am
5668
That is an option of course :-) But not really what I was hoping for ... ... the ... VB ?...
mariodewaele
Offline Send Email
Jun 6, 2002
8:32 am
5669
well, you *can* do it...but you won't like it... ;======================= ;here is fred.aut: run,%A_SCRIPTDIR%fred2.exe,,hide MsgBox, 4,mytitle,to be or not to...
Jack Horsfield
jack_horsfield
Online Now Send Email
Jun 6, 2002
9:20 am
5670
... The MsgBox function uses the standard parameter values, so just try: MsgBox, 260, Test, The No button should be the default one See for example...
Philippe Lhoste
yphilho
Offline Send Email
Jun 6, 2002
9:56 am
5671
excellent! thanks for that jack the fast gorilla skied over a lazy cloud ... From: Philippe Lhoste [mailto:pl-mlnl@...] Sent: 06 June 2002 10:57 To:...
Jack Horsfield
jack_horsfield
Online Now Send Email
Jun 6, 2002
9:58 am
Messages 5642 - 5671 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