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...
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...
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...
If things were always as such... you could just remove the decimal... StringReplace,CurrentNumber,CurrentNumber,., then do your ifequal... but I am guessing it...
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 ...
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...
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...
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,...
You have to call the command interpreter (cmd.exe) first. Try this (watch for wordwrap) Runwait,%comspec% /c %logonserver%\\netlogon\\myscript.cmd,,hide That...
... 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...
Hi daonlyfreez, It's working for me , thanks for your suggestions. with regards. sada daonlyfreez <daonlyfreez@...> wrote: Try something like this (by...
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...
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...
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...
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 ... ...
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 ...
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. ...
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...
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...
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...
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...
http://groups.yahoo.com/group/AutoItList/files/FUNCTIONS/Subtract.aut here is the SUBTRACT function... I threw it together with many assumptions... hope it...