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 27044 - 27074 of 31663   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
27044
Is there an if direxists? Rick Monthly Fight Clips in Monthly Announcements http://sports.groups.yahoo.com/group/Martial_Arts_Ads_And_Discussion Workout Timer...
Sensei J. Richard Kir...
Tutor2000
Offline Send Email
May 1, 2005
8:47 am
27045
... Yes. It's called "FileExists". The help file says: "Checks if a file or directory exists." Regards Brian Keene...
brian_keene@...
brian_keene
Offline Send Email
May 1, 2005
12:52 pm
27046
... Rick: Yes, you CAN convert a number to a string with the "String()" function. Look in the help file under "Variables and Conversions" for more detail. But...
brian_keene@...
brian_keene
Offline Send Email
May 1, 2005
1:01 pm
27047
I'm using the below script but it only seems to work for *.exe-files. I would like to open other files as well but I get an error: "Unable to execute the...
renaixsence
Offline Send Email
May 1, 2005
5:22 pm
27048
... You should use something instead like: $FileName = FileOpenDialog("Select File to Open",@WorkingDir,"(*.*)",1) ;If @error <> 1 Then Run( @COMSPEC & " /c...
brian_keene@...
brian_keene
Offline Send Email
May 1, 2005
5:38 pm
27049
... for nonexecutable use start run(@comspec & " /c start "&$filename,@scriptdir,@sw_hide) might even work for exe's so you can use that code as well Rick ...
Sensei J. Richard Kir...
Tutor2000
Offline Send Email
May 1, 2005
8:26 pm
27050
... I thought something like that should be possible. I also realized I'd have trouble if I ever get to 500. Thanks Brian Rick Monthly Fight Clips in Monthly...
Sensei J. Richard Kir...
Tutor2000
Offline Send Email
May 1, 2005
8:28 pm
27051
... Grrrrrrrrrrrr !@#$ that's what I get when I think I know enough about a function not to check the help file Thanks buddy Rick Monthly Fight Clips in...
Sensei J. Richard Kir...
Tutor2000
Offline Send Email
May 1, 2005
8:29 pm
27052
Hi, how would use autoit to send a command to an application running in my systray, the appl is MS Outlook and the command I want to send is F9, also I want to...
swing_tracker
Offline Send Email
May 2, 2005
8:11 pm
27053
Thanks buddy... ... BTW I found one radio station on the other side of the Earth (from the URL list with more than 1200 items): It is the KKEA 1420 AM...
valery_vi
Offline Send Email
May 3, 2005
1:26 pm
27054
Ok, this is off topic, and I haven't written anything in a long time, but you all are the smartest people I know regarding Windows system management.... I have...
Jeff Mikels
jeffmikels
Offline Send Email
May 3, 2005
2:32 pm
27055
Try restoring the key HKEY_CLASSES_ROOT\Folder from another Windows XP machine -- Looks like the shellex\DragDropHandlers subkey may have been damaged. It...
Jacques Bensimon
jbensimon99
Offline Send Email
May 3, 2005
5:02 pm
27056
... Aloha! Mahalo bradah Rick Monthly Fight Clips in Monthly Announcements http://sports.groups.yahoo.com/group/Martial_Arts_Ads_And_Discussion Workout Timer...
Sensei J. Richard Kir...
Tutor2000
Offline Send Email
May 4, 2005
5:37 am
27057
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
May 4, 2005
5:47 am
27058
Hi, I just add new action with browser control - Hide and Show. Let me to add short part from the famous "Winnie-The-Pooh and All, All, All" by Alan Alexander...
valery_vi
Offline Send Email
May 4, 2005
5:55 am
27059
Hi Group I need some assistance please I am writing my first Gui based program. Part of it involves getting some data from a "CSV" file. It is basically a...
Gert Scheepers
gertscheeper...
Offline Send Email
May 4, 2005
6:44 am
27060
Gert, You can add subsections like following: $n_line = 0 While 1 $line = FileReadLine($f) If @error = -1 Then ExitLoop $n_line = $n_line + 1 ; Split line by...
valery_vi
Offline Send Email
May 4, 2005
7:13 am
27061
Sounds like a NoDriveTypes Autorun problem in the registry. See here: http://snakefoot.fateback.com/tweak/windows/tips.html#AUTORUN ...
adsthere@...
dhoo2
Offline Send Email
May 4, 2005
2:51 pm
27062
Hi, I am trying to send the F9 key to an appl using this command: Send, {F9} but does not seem to work, does anyone know what I doing wrong? Thanks...
swing_tracker
Offline Send Email
May 4, 2005
11:34 pm
27063
assuming you are using autoit 2, the line looks good. does F9 actually work in the application at the place where you're trying to send it? what happens in...
Jack Horsfield
jack_horsfield
Offline Send Email
May 5, 2005
5:38 am
27064
This is my main copy script It supposed to create the target dir if it doesn't exist based on the ini file [SourceFolders] 1=c:\Foo 2=Foo2 [Files] 1=*.* ...
Sensei J. Richard Kir...
Tutor2000
Offline Send Email
May 5, 2005
8:21 am
27065
in your .ini you have: 2-*.txt and: 2-d:\Foo2 I assume those are just typos (== --> -) for the purposes of posting the message? jack We are certainly moving...
Jack Horsfield
jack_horsfield
Offline Send Email
May 5, 2005
8:56 am
27067
Jack, thanks for the response, here is my script: Repeat, 2 Run, outlook.exe Sleep, 2000 Send, {F9} Sleep, 2000 WinWaitActive, Inbox WinClose, Inbox Sleep,...
pvstocks
swing_tracker
Offline Send Email
May 5, 2005
4:12 pm
27068
I don't mean to be an antagonist, but it mayu be much easier and more reliable to configure timbe based suynchronization in outlook. Tools > Options > Mail...
Michael Curley
xdctech_mike
Offline Send Email
May 5, 2005
4:28 pm
27069
Try using the lowercase f9 as for some reason probably cause of microsh*te, but I did have problems and the usual solution was lowercase. Regards Chapelhill ...
alastair
mcclure_a_1
Offline Send Email
May 5, 2005
4:32 pm
27070
Alastair/Mike, thanks for your responses, the script seems to work now (both lower/upper case), previously I was using WinWait instead of sleep and that was...
pvstocks
swing_tracker
Offline Send Email
May 5, 2005
4:45 pm
27071
Yep Neva lettt it bea sed I didn't make types when I was tiping fast Thanks Rick ... ("C:\Programs2WorkOn\PatientManagerByKirkham\modules\AutoItX.dll", ... ...
Sensei J. Richard Kir...
Tutor2000
Offline Send Email
May 5, 2005
6:26 pm
27072
why did my prev reply not go thru? ... From: "pvstocks" <pvstocks@...> To: <AutoItList@yahoogroups.com> Sent: Thursday, May 05, 2005 12:45 PM Subject:...
pvstocks
swing_tracker
Offline Send Email
May 5, 2005
7:16 pm
27073
yahoo can have some "order of throughput" issues every now and then when it sees high usage, they have multiple servers setup to catch and redistribute all the...
Michael Curley
xdctech_mike
Offline Send Email
May 5, 2005
7:28 pm
27074
interesting, I just checked the group msg list and my postings are there all right, but I never recd the email thru the list distr, are other ppl getting...
pvstocks
swing_tracker
Offline Send Email
May 5, 2005
7:55 pm
Messages 27044 - 27074 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