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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 25640 - 25670 of 31663   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
25640
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...
BAPHensley
Offline Send Email
Sep 1, 2004
7:01 pm
25641
... trouble ... Lines ... param1=abc&param2=xyz&param3=123" ... after ... address ... for ... This is working: $url =...
jvdzande
Offline
Sep 1, 2004
8:18 pm
25642
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...
Hristo Deshev
madmuncho
Offline Send Email
Sep 1, 2004
9:13 pm
25643
jvdzande, Thanks! That did it! Madmuncho, Good idea ... I may use that later. Thanks both, Bruce ... before...
BAPHensley
Offline Send Email
Sep 1, 2004
9:37 pm
25644
I've had to do the same thing with complicated quotes and vars Rick ... "http://someserver/somepage?param1=abc&param2=xyz&param3=123" ... ...
Sensei J. Richard Kir...
Tutor2000
Offline Send Email
Sep 1, 2004
9:59 pm
25645
... try preceding with ^ test in cmd echo test^&test LAr....
larrydalooza
Offline
Sep 1, 2004
10:33 pm
25646
Hi list I wonder how to run auto it scripts on several machines without installing it in all machine where i play my scripts. Thanks....
portos_latinos
Offline Send Email
Sep 2, 2004
1:05 pm
25647
make EXEs for all of ur scripts and copy them to all of ur machines. -- Sreenivasulu Y ----- Original Message ----- From: portos_latinos To:...
Sreenivasulu Y
sreenivasuluy
Offline Send Email
Sep 2, 2004
3:39 pm
25648
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...
BAPHensley
Offline Send Email
Sep 2, 2004
6:44 pm
25649
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,...
Hristo Deshev
madmuncho
Offline Send Email
Sep 2, 2004
6:56 pm
25650
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) ...
Sensei J. Richard Kir...
Tutor2000
Offline Send Email
Sep 2, 2004
7:49 pm
25651
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...
Ed
edmon_cu
Offline Send Email
Sep 2, 2004
9:11 pm
25652
... 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...
grombulk
Offline Send Email
Sep 3, 2004
7:19 am
25653
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 ...
JHegener
Offline Send Email
Sep 3, 2004
6:25 pm
25654
Hi Ed, Use the RunWait() command and feed in the DOS "date" command. Hope this helps. Oski ... year...
confidentstrategery
confidentstr...
Offline Send Email
Sep 3, 2004
9:16 pm
25655
Hi, I suppose that s: is a mapped drive, are you sure that user "milton" can access to test.au3 ? Keldepulo...
keldepulo
Offline Send Email
Sep 4, 2004
7:50 am
25656
... He should be able to but I'll copy it local and run it from there to see what happens. Thanks....
JHegener
Offline Send Email
Sep 4, 2004
2:31 pm
25657
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...
Ed
edmon_cu
Offline Send Email
Sep 4, 2004
10:19 pm
25658
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...
Send Email
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. ...
valery_vi
Offline Send Email
Sep 7, 2004
4:07 pm
25661
... (maybe ... What about this version ? ;================= ;Sample of Arg List $DELIM1 = ";" $DELIM2 = "=" $ARGLIST = 'A=value of A; B=value of B; C=value of...
jvdzande
Offline
Sep 7, 2004
8:28 pm
25662
Great! Thus we'll have tricky function in new version AutoIt (with Assign): ;=========================== ;Sample of Assign Arguments $DELIM1 = ";" $DELIM2 =...
valery_vi
Offline Send Email
Sep 8, 2004
8:34 am
25663
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...
valery_vi
Offline Send Email
Sep 8, 2004
8:48 am
25664
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...
youkidnme
Offline
Sep 8, 2004
10:41 am
25665
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...
Marx, Keath
nullsurfer
Offline Send Email
Sep 8, 2004
1:38 pm
25666
... = 1 ... messed with ... no luck in 2.61. V3 has a timer function that would do xackly what u want. LAr....
larrydalooza
Offline
Sep 8, 2004
2:08 pm
25667
Any chance I could get a sample of what the code might look like to speed the learning curve? _____________________________________________ From: larrydalooza...
Marx, Keath
nullsurfer
Offline Send Email
Sep 8, 2004
3:07 pm
25668
from the help file $begin = TimerInit() sleep(3000) $dif = TimerDiff($begin) MsgBox(0,"Time Difference",$dif) Lar ... speed ... attachments, ... confidential ...
larrydalooza
Offline
Sep 8, 2004
3:21 pm
25669
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...
Ted Wagner
trwagner1
Offline Send Email
Sep 10, 2004
5:20 pm
25670
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'...
daonlyfreez
Offline Send Email
Sep 10, 2004
5:54 pm
Messages 25640 - 25670 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