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. ...
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....
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...
;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...
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 ... ...
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; ......
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...
Thank you Larry Unfortunately there is other text before the email addresses fortunately most of them have a "Larry" Larrydaloser@... with them so the...
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...
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 ...
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...
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...
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...
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...
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:...