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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 13634 - 13663 of 31663   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
13634
This week I will be adding some math functions for those frustrated with 'integer only' scripting. Larry...
Private Name
larrydalooza
Offline Send Email
Jun 1, 2003
6:33 pm
13635
I'd like to write a couple of lines that say: Setenv, DecimalNumber, 50.5 ifgreater, DecimalNumber, 50, do something Unfortunately because AutoIt doesn't...
bdholmesy
Offline Send Email
Jun 1, 2003
8:00 pm
13636
How do I make a script run indefinatly? I need a script to run continuosly without stopping after it has run. Instead it needs to go back to the beginning and...
jason
reptij
Offline Send Email
Jun 1, 2003
9:36 pm
13637
SetBatchLines,150 Repeat,0 IfWinExist,Run,,Exit EndRepeat ;if you setbatchlines to high, CPU perf goes nuts... Larry ... go...
Private Name
larrydalooza
Offline Send Email
Jun 1, 2003
9:45 pm
13638
Think I've figured a way of achieving this: (assumes number will always contain 2 decimal places.) ; If Current Number is less than Comparison Number display a...
bdholmesy
Offline Send Email
Jun 1, 2003
10:14 pm
13639
If things were always as such... you could just remove the decimal... StringReplace,CurrentNumber,CurrentNumber,., then do your ifequal... but I am guessing it...
Private Name
larrydalooza
Offline Send Email
Jun 2, 2003
12:26 am
13640
If you go ahead with the project can you put a shareware count down timer in it? Rick ===== http://kirkhamsebooks.tripod.com/RaisingYourChild_in.html ...
Sensei J. Richard Kir...
Tutor2000
Offline Send Email
Jun 2, 2003
1:01 am
13641
If you're going to run the script contiuously I personally wouldn't setbatchlines to save ram Rick ... ===== ...
Sensei J. Richard Kir...
Tutor2000
Offline Send Email
Jun 2, 2003
4:29 am
13642
Do just like you type it on your keyboard: send, cl´inica Christa...
christa.banken@...
christa_banken
Offline Send Email
Jun 2, 2003
8:00 am
13643
hi bob, a logon-box under NT runs under system-account. is theres a policy that don't allow to shutdown? Mit freundlichem Gruß / With kind regards Fielmann AG...
"Lüth, Carsten"
nwtrader2000
Offline Send Email
Jun 2, 2003
9:21 am
13644
Hello ! In NT,Xp and W2K you have system enviroment viriabels. You can see them via a cmd window by typeing the command set I want to use one of these...
ly9cs
Offline Send Email
Jun 2, 2003
12:26 pm
13645
Could I just put something like Goto,begin then put a begin: at the start of the script? ... From: Private Name To: AutoItList@yahoogroups.com Sent: Sunday,...
Jason Gibson
reptij
Offline Send Email
Jun 2, 2003
12:33 pm
13646
You have to call the command interpreter (cmd.exe) first. Try this (watch for wordwrap) Runwait,%comspec% /c %logonserver%\\netlogon\\myscript.cmd,,hide That...
Hogan, Richard
therickbert
Offline Send Email
Jun 2, 2003
12:34 pm
13647
yes Larry ... to ... down. ... Service....
Private Name
larrydalooza
Offline Send Email
Jun 2, 2003
12:57 pm
13648
New 'Multiply' function. Preserves decimals. Coming soon, divide,add,subtract... http://groups.yahoo.com/group/AutoItList/files/FUNCTIONS/Multiply.aut ;Example...
Private Name
larrydalooza
Offline Send Email
Jun 2, 2003
2:15 pm
13649
... I have been considering 'divide' and woohah, I think it will be most challenging.. add and subtract will be easy enough... Anyone want to brave a divide...
Private Name
larrydalooza
Offline Send Email
Jun 2, 2003
2:23 pm
13650
Hi daonlyfreez, It's working for me , thanks for your suggestions. with regards. sada daonlyfreez <daonlyfreez@...> wrote: Try something like this (by...
hema lakshmi
henygroup
Offline Send Email
Jun 2, 2003
2:32 pm
13651
I have a general uninstaller if you would like it. It adds the program to add/remove programs and removes all instances. Highly configurable to how the...
Redndahead
redndahead7
Online Now Send Email
Jun 2, 2003
3:36 pm
13652
I have divide done. You can find it here: http://groups.yahoo.com/group/AutoItList/files/divScript.aut It can do, hopefully, unlimited amount of decimal...
Redndahead
redndahead7
Online Now Send Email
Jun 2, 2003
5:27 pm
13653
I ran into a couple of problems. 1) It doesn't work with just zeros after the decimal. For example. 6.00. I have that fixed and will be uploading soon. 2) If...
Redndahead
redndahead7
Online Now Send Email
Jun 2, 2003
5:58 pm
13654
I don't think that will help; What I mean is I need to make some of my software shareware with a 30 day limit, but it's hard to figure out. Rick ... ...
Sensei J. Richard Kir...
Tutor2000
Offline Send Email
Jun 2, 2003
9:46 pm
13655
That's how I do it; I use a loop for a timer to run a netbackup script I wrote Rick ... ===== http://kirkhamsebooks.tripod.com/RaisingYourChild_in.html ...
Sensei J. Richard Kir...
Tutor2000
Offline Send Email
Jun 2, 2003
9:47 pm
13656
Sorry I meant to send this as a reply to Larry's message. I thought he could integrate my program so that while it installs it will create and uninstaller. ...
Redndahead
redndahead7
Online Now Send Email
Jun 2, 2003
9:54 pm
13657
I will look at it red... I understand the uninstall protocol, but perhaps you have some insight that I don't... Thank you. Larry ... thought...
Private Name
larrydalooza
Offline Send Email
Jun 2, 2003
10:22 pm
13658
I have started planning before coding... wow what a difference... I think I nailed this one... ...
Private Name
larrydalooza
Offline Send Email
Jun 2, 2003
10:24 pm
13659
This would need to be part of your script... When you use FileInstall to copy you files to the harddrive, I think they get stamped with 'current' date and...
Private Name
larrydalooza
Offline Send Email
Jun 2, 2003
10:29 pm
13660
The division routine is relatively short and sweet, but I need to dynamically get the two numbers up to integers first... that was the complicated part.. Larry...
Private Name
larrydalooza
Offline Send Email
Jun 2, 2003
10:33 pm
13661
Stay tuned for the following functions... $Add $Subtract $Compare ... $Compare will be a number comparison routine that will return codes for the result of the...
Private Name
larrydalooza
Offline Send Email
Jun 2, 2003
10:38 pm
13662
http://groups.yahoo.com/group/AutoItList/files/FUNCTIONS/Add.aut here is the ADD function... I threw it together with many assumptions... hope it works... here...
Private Name
larrydalooza
Offline Send Email
Jun 2, 2003
10:53 pm
13663
http://groups.yahoo.com/group/AutoItList/files/FUNCTIONS/Subtract.aut here is the SUBTRACT function... I threw it together with many assumptions... hope it...
Private Name
larrydalooza
Offline Send Email
Jun 2, 2003
10:58 pm
Messages 13634 - 13663 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