I am trying to automate some web page browsing, but am having trouble with urls containing multiple parameters in the querystring. Lines like the following...
Hi Bruce, ... The ampersand is a special character for the command prompt -- try typing echo test & dir & echo test and the three commands will execute when...
I am using AutoIt to load a web page, then send keys to the first form field on the page, and finally send ENTER to submit the form. Mostly, it works OK, as...
Hi Bruce, ... A trick that I have used with Internet Explorer is to monitor the status bar text using StatusbarGetText . Set up a loop that sleeps for 100 ms,...
This is from a submission program so take out what you don't need like the call to the func that isn't there ;;;;;;;;;;;;;;;;;;;;;;;;; func pageload2($a) ...
Hello there, Autoit has a @YEAR function on getting the current system year. However, I was wondering if autoit has the ability to set a new current system...
... or run from a share or us pstools to run it remotely on the machines: <http://www.sysinternals.com/ntw2k/freeware/pstools.shtml> You'll have to have admin...
Suddenly, on several of my XP workstations the RunAsSet function seems to have problems. Doesn't seem to matter which domain user I set it to use, what mode ...
hello there, thanks for the quick reply. seems batch file's the only option i was able to look for now as i made this batch: @echo off setlocal date/t>temp.txt...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the AutoItList group. File :...
AutoItList@yahoogroup...
Sep 6, 2004 1:33 pm
25659
Hi, Today I found one message in AutoIt Forums: "Scripts & Scraps". The author is touching one important and offen task Parsing of known Named argument lists. ...
... (maybe ... What about this version ? ;================= ;Sample of Arg List $DELIM1 = ";" $DELIM2 = "=" $ARGLIST = 'A=value of A; B=value of B; C=value of...
Great! Thus we'll have tricky function in new version AutoIt (with Assign): ;=========================== ;Sample of Assign Arguments $DELIM1 = ";" $DELIM2 =...
There isn't problem!!! I've tested sample and it works fine with $ARGLIST = 'i=value of i; tmp=value of tmp' according to Global context of variables "i" and...
Using AutoIt 3.0.102 on English WinXP Pro SP1 I made a small script that will paste text into various text fields (notepad, e-mail message etc.). Since the...
Before I bang my head on the monitor to figure this one out I thought I would see if anyone has this code. I need a stopwatch type tool that displays time in...
Any chance I could get a sample of what the code might look like to speed the learning curve? _____________________________________________ From: larrydalooza...
Hello, I ran across AutoIt while on the Nu2.nu forum page. I downloaded a copy and though this would be a good solution for automating some mundane daily...
Hi all, Long time ago, but another one I would appreciate help on: I need a script-snippet (.aut only please, if possible) that allows me to find the 'current'...