Trackbacks
Trackback specific URI for this entry
No Trackbacks
Comments
Display comments as
(Linear | Threaded)
I used to use autoit a bit to automate things in millennium...fortunately, I don't need to do that anymore since all of the processes requiring automation were replaced with others. That being said, I think autoit is a great tool. I'm not really sure what your complaint is though...are you saying you can't accomplish what you wanted to or just that you got the syntax wrong initially?
I just got the syntax wrong initially. Although, after I looked more closely at my code, I think I had my logic backwards. Amazing that I didn't notice it after 5 weeks or so. It wasn't hugely important code, thankfully, so I was only looking at it for 5-10 minute intervals during my lunch breaks when I was bored.
This particular snippet is from some small, separate executables that we'll be using to "fix" some "holes" in our PC reservation software (and automate another), and to bypass the security level set on all of the machines in order to run said things. It'll be used in combination with psexec over the network.
It wasn't a complaint over AutoIt, more of a complaint that I wasn't either paying attention enough to my own syntax, or I didn't pay enough attention to the accepted and documented syntax of the language itself.
My first script with AutoIt was used to hide desktop icons on the desktop upon logoff, and unhide them on logon. Our patrons were constantly clicking on icons before the PC reservation software (not necessarily Envisionware's PCRes) was completely started, which severely slowed down boot-up speed; and they only did it because they could see them and didn't really know better. After poking through some Microsoft documentation and messing with some low level hooks, I got it down to about 4-5 lines of code, but it was one heck of a learning experience!
This particular snippet is from some small, separate executables that we'll be using to "fix" some "holes" in our PC reservation software (and automate another), and to bypass the security level set on all of the machines in order to run said things. It'll be used in combination with psexec over the network.
It wasn't a complaint over AutoIt, more of a complaint that I wasn't either paying attention enough to my own syntax, or I didn't pay enough attention to the accepted and documented syntax of the language itself.
My first script with AutoIt was used to hide desktop icons on the desktop upon logoff, and unhide them on logon. Our patrons were constantly clicking on icons before the PC reservation software (not necessarily Envisionware's PCRes) was completely started, which severely slowed down boot-up speed; and they only did it because they could see them and didn't really know better. After poking through some Microsoft documentation and messing with some low level hooks, I got it down to about 4-5 lines of code, but it was one heck of a learning experience!


