Skip to search.

(*) 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

AutoItList · AutoIt Users Group

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.
Click here for the latest updates on Groups Message search

Messages

  Messages Help
Advanced
Messages 27607 - 27636 of 31663   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
27607 Gary Kuznitz
Docfxit Offline Send Email
Aug 1, 2005
4:10 pm
Hi, I would like to know if anyone has an AutoIt3 script that will read a file and put fields from the file into variables? What I would like to do is write a...
27608 M.Bachl@...
martin_fsh Offline Send Email
Aug 1, 2005
4:13 pm
I will be out of the office starting 01.08.2005 and will not return until 10.08.2005. I will respond to your message when I return. I will check my e-mails...
27609 Dang Nguyen
haidangwa Offline Send Email
Aug 1, 2005
5:31 pm
AutoIt can read name/value pairs from an INI file. Look into the IniRead function in the help file. _____ From: AutoItList@yahoogroups.com...
27610 Cru Lemon
sequence_zero Offline Send Email
Aug 1, 2005
8:02 pm
im soooo close! My prob is that ive been making a script to archive online comics on my computer (download them onto my comp) the prob is that theres this one...
27611 Michael Curley
xdctech_mike Offline Send Email
Aug 1, 2005
11:17 pm
I wish I could afford to take 9 months off. Hehe... If only the whole world would pick a date format... LIKE THE ISO DATE FORMAT... YOU KNOW, SORTABLE LIKE...
27612 Van Renier
van_renier Offline Send Email
Aug 1, 2005
11:56 pm
1. In older versions of AutoIt, I could use a period as a separator (similar to a space) but find that in Au3 it interprets the period as a delimiter of some...
27613 valery_vi Offline Send Email Aug 3, 2005
9:13 am
Hi Jon & AutoIt Team, I remember old (since v.2) convention about zero value of "timeout" in waiting functions: i.e. WinWait ( "title" [, "text" [, timeout]] )...
27614 valery_vi Offline Send Email Aug 3, 2005
9:43 am
Hi Van, AutoIt seems to be direction toward MS VBScript syntax. Difference is many $ more then MS. ;-) Symbol "period" is to delimite the object instance from...
27615 tsgripower Offline Send Email Aug 3, 2005
10:32 am
Bonjour tout le monde, je débute sur AutoIt v3 et lorsque je lance certains scripts on ne peut plus basique histoire de me faire la main, la plupart du temps...
27616 lconover@...
laura_conover Offline Send Email
Aug 3, 2005
2:50 pm
Hello - I'm new to using AutoIT, and I've checked the helpfile, but I'm still having trouble understanding how this function works. I have a script that I'm...
27617 Valik
vampirevalik Offline Send Email
Aug 3, 2005
3:32 pm
... it ... Not unless you provide the most important piece of code which is the function definition for InstallReport(). You've not provided enough script or...
27618 Laura Conover
laura_conover Offline Send Email
Aug 3, 2005
4:31 pm
... you. ... Thank you for taking the time to take a peek. You've already answered the bulk of my question - if my code for passing the *.exe name from the...
27619 David Nuttall
danuttall.rm Offline Send Email
Aug 3, 2005
4:39 pm
Jon has been busy and support@... could get a little full. Also his spam filter may have tossed your e-mail. Try sending to JPM on the ...
27620 Paul Seward
sewardpm Offline Send Email
Aug 3, 2005
4:47 pm
Hi all, I'm writing some code that needs to generate an md5 hash of a string (so that I can generate an authorisation code for a webform) However, I'm a bit...
27621 sweat_t Offline Send Email Aug 3, 2005
8:49 pm
I am having issues with trying to create a simple script. Details for the script is to allow a user with only poweruser rights who's computer is on a domain...
27622 jcorr1339 Offline Send Email Aug 4, 2005
1:48 am
Hello, Has anyone given thought to this again? I have a great need for this at work for updating over 1,000+ win CE devices. I would be willing to chip in as...
27623 Gary Kuznitz
Docfxit Offline Send Email
Aug 4, 2005
3:58 am
Hi, I'd like to find out how to test a var if it is blank. The If statement below Tests positive when I have $first = Gary $first = IniRead("C:\Temp\User.ini",...
27624 Dang H. Nguyen
haidangwa Offline Send Email
Aug 4, 2005
4:50 am
Your code is actually testing for a positive when the string is either, literally, NotFound or a space. The correct way to test for a blank is to use two...
27625 Valik
vampirevalik Offline Send Email
Aug 4, 2005
4:50 am
... You still did not explain what errors you are getting so I can only guess that the syntax error I see in the code is real and not a product of the email...
27626 Gary Kuznitz
Docfxit Offline Send Email
Aug 4, 2005
5:23 am
Hi Dang, Thank you answering my question. I tried that first. It doesn't work. If the field is blank the If statement doesn't catch it. Any other solutions? ...
27627 Sensei J. Richard Kir...
Tutor2000 Offline Send Email
Aug 4, 2005
5:56 am
... But that's the way it works $var = iniread("mypath\ricks.ini","section","key","Blank") if $var = "Blank" or $var = "" then NEW DVD Step by Step Learn...
27628 Sensei J. Richard Kir...
Tutor2000 Offline Send Email
Aug 4, 2005
5:57 am
... But that's the way it works $var = iniread("mypath\ricks.ini","section","key","Blank") if $var = "Blank" or $var = "" then Grrrrrrr sorry do this endif YOu...
27629 Dang H. Nguyen
haidangwa Offline Send Email
Aug 4, 2005
5:58 am
One more thing: If $first = "NotFound" or $first = "" Then MsgBox(32, "First Name", $first) Exit This should display the MsgBox if the key was not found in...
27630 Sensei J. Richard Kir...
Tutor2000 Offline Send Email
Aug 4, 2005
5:59 am
... I dream about the day does that count? Rick NEW DVD Step by Step Learn Internal Energy Strikes Increase Your Punching Power 50% to 100% ...
27631 Dang H. Nguyen
haidangwa Offline Send Email
Aug 4, 2005
6:11 am
Let me revise this answer since I didn't read through it carefully the first time... $first = IniRead("C:\Temp\User.ini", "Name", "First", "NotFound") If...
27632 brian_keene@...
brian_keene Offline Send Email
Aug 4, 2005
1:12 pm
... What about useing md5sum.exe & piping the output to "clip.exe"? Clip.exe is a small utility that takes the standard out of a proggy & puts it into the...
27633 Cru Lemon
sequence_zero Offline Send Email
Aug 4, 2005
2:21 pm
Just do this: If IniRead("C:\Temp\User.ini", "Name","First", "") == "" Then... ... <http://groups.yahoo.com/gads?t=ms&k=Shareware&w1=Shareware&w2=Freeware&w3=C...
27634 Gary Kuznitz
Docfxit Offline Send Email
Aug 4, 2005
2:38 pm
Hi Dang, Thank you very much for the reply. I didn't mean for you to go through that much trouble. I do appreciate it though. Comments below.... ... When the...
27635 Gary Kuznitz
Docfxit Offline Send Email
Aug 4, 2005
2:49 pm
Hi Sensei, Thank you for the replay. ... When I add the endif it gives me an error saying Error: "Endif" statement with no matching "If" statement. I have an...
27636 Gary Kuznitz
Docfxit Offline Send Email
Aug 4, 2005
3:15 pm
Hi Cru, Thanks for the reply. ... This doesn't work either. It doesn't catch it when: First= Everything after the Then is not executed. Thanks, Gary...
Messages 27607 - 27636 of 31663   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help