What am I doing wrong? I am trying to use the local admin account to run the below script. The username is "test" and the password is "password". Where in...
Well... Are you trying to write in 2.0 or in 3.1? ; AutoIt Version: 3.1.0 ; AutoIt Version: 2.x Do yourself a favor, forget everythingyou know about 2.x. Go...
Hi Valery: Sorry its taken me so long to respond. But I finally got to try your new version yesterday. Nothing seems different. I tried your suggestions &...
Valery: I tried this & it doesn't seem to work on my PC even though I have both Firefox AND Mozilla on my PC. I also went to the website you specified in the...
Brian, Maybe the reason of this is the Windows/SP version or AutoIt3. I have here Windows XP + SP2. I remember about my many problem with Mozilla ActiveX...
Brian, I've rewritten AForum to use it by means Mozilla ActiveX. File BForum.au3: ;================================================================== ; BForum...
Hi, For 3.1 use this as an starting point: ;you need to translate it into your language RunAsSet("test","domain or computername","password") WinMinimizeAll() ...
Stefan Lubitz
stefan@...
Feb 3, 2006 11:59 am
29009
Hi AutoIt Team, I'm trying this: File2Image(@AutoItExe, @ScriptDir & "\Image.inc") ;====================================== ; Convert file into Image and write...
Hi, One note about binary read : If I create image of AU3Info.exe ( size of it - 35328 ) by following: $BinaryFile = StringTrimRight(@AutoItExe,11) &...
Sorry val, no, not me... I died long ago. ... From: AutoItList@yahoogroups.com [mailto:AutoItList@yahoogroups.com] On Behalf Of valery_vi Sent: Tuesday,...
Hi Group I was wondering how long does it take for the Beta version to be released as the new version of AutoIt? It seems to me the last full release was quite...
Gert, ... was quite a ... Full release 3.1.1 was in 2005. Don't worry, because according to Murphy Law: "... You can never tell which way the train went by...
Sorry for asking the following question as I am still learning. Is there a way to add and subtract time within AutoIT -- No virus found in this outgoing...
Lance And Ali Edwards
aed53790@...
Feb 8, 2006 10:30 am
29020
There is a whole script of _udf's for you to #include and look through. It is located in the standard library, already installed. Take a poke through there and...
I work in a software company and we are looking for some tools to automate our system tests. We don't know if we should use real system test tools like...
Hi Iam working in hardware factory (building routers for Cisco Systems) and i use autoit language to automate lot of my tasks..by my opinion and for my...
If you open to AutoIt Help file, you can find what you are looking for here: Function Reference | User Defined Functions | Date Management Michael Curley...
Most of the software testing tools are expensive but provide a specialized base engine. AutoIT the expense is moved to creating/maintaining the engine to fit...
Bill Jacqmein
wrjacqmein@...
Feb 8, 2006 1:33 pm
29026
... Four years ago (in 2002) I was working in developing company as system engineer and proposing AutoIt (v.2.64) as language for test script. Tester was...
I should maybe explain what i am trying to do when i press strart takes note of the time when i press stop it takes note of the time again then calculates the...
Autoit inherently has Timer functions for start/stop calculations. Search the help file for "TimerInit" and "TimerDiff" ... From: AutoItList@yahoogroups.com...
BTW- when researching/benchmarking coding techniques, nothing is better than the timer functions to tell youw aht is efficient code and what isnt. I actually...