Hi, I made a loop to click on 10 spots on the screen repeatedly, but it doesn't execute commands fast enough in a row. I want it to run through the commands...
'RunWait,%comspec% /c dir /s /o:-d /b %dir% *.txt>>RicksFindIt.txt,,hide I'm trying to do what's above. I copied this from the group. I'm stuck again...
Okay wait Thanks to Brian's homework assignment and a further search for comspec I think I have it Is this right? 'wr $Comspec = EnvGET("comspec") & " /c " ...
Grrrrrrr Thanks Brian. I'm not lazy I searched the group. I just forgot to look in my dir with your functions. Which I should be studying more Rick ... input. ...
Very pleasing to the eyes. ... From: "Brian Keene" <brian_keene@...> To: <AutoItList@yahoogroups.com> Sent: Friday, August 29, 2003 7:04 PM Subject: Re:...
Hi gang; I'm playing with dos find until someone can increase my iq and tell me what's wrong with the findstringinfile function, but the script is ending with...
Hi all Autoit lovers.... Here is a beginning of UltraEdit's Text Editor Syntax Highlighting wordfile... I'm very bad at creating it, so don't hesitate to...
... Not bad Rick! You get a B for effort. You got it almost right. You missed 2 things. 1. There needs to be spacing between the me in " so help me"...
Yes. Look at the SetBatchLines command in the help file. Regards Brian Keene On Sun, 31 Aug 2003 21:36:01 -0700 "Jonathan" <isaaicsux@...> writes: Hi,...
i mentioned this before, but i think it got lost in the flurry of notes... i don't suppose there is any scope for having ' as a quote character as well as the...
Keyword docs haven;t been done yet. I really should start. What I would like help with is a few "killer" examples with some really really really basic scripts...
Comments are deliniated by single quotes ('). So I don't think this is going to happen. But I wouldn't mind having the comments character changed back to...
Hi Jonathan, Please consider an option that allows the Commands/Functions in the HELP file to be/remain in alphabetic order too. I have nothing against ...
I submitted a change to DriveStatus that will cover writeprotected media... that will return "READONLY"... (untested) Now, for the guts of DriveStatus... There...
how about for unknown we just return the error string back? This is a string like "The file could not be found.". Then again, the string is iin the users...
I ran the following script without a floppy in A: drive & only got "UNKNOWN". I'm running Win98SE & AutoIt v3.0.44.0. $MSG = "" For $C = 1 to 10 $MSG = $MSG &...