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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 25990 - 26021 of 31663   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
25990
Hello all. I'm trying to create a script that will backup some of my files to a network drive. (See Script Below). The problem I'm having is that there are...
tparrott_2000
Offline Send Email
Nov 1, 2004
6:07 pm
25991
I am having a problem with this script. Opt("WinTitleMatchMode", 2) If WinExists("Microsoft Outlook") then WinActivate("Microsoft Outlook") Send("{CAPSLOCK...
mihalski
Offline Send Email
Nov 1, 2004
6:09 pm
25992
Why not just use XCopy? Try something like: xcopy <source> <destination> /E /C /F /H /Y /E - Copies directories and subdirectories, including empty ones. /C -...
mlazovjp-yahoogroups3...
mlazovjp
Online Now Send Email
Nov 1, 2004
6:20 pm
25993
Here is how I do it at work @ECHO OFF REM -------------WIN 2000 VERSION IF EXIST H:\NUL GOTO NETWORKED ECHO YOU ARE NOT CONNECTED TO THE NETWORK. ECHO PLEASE...
Maynard, Tony
dranyam_ynot
Offline Send Email
Nov 1, 2004
6:42 pm
25994
... Sorry, but not really useful for AutoIt. 1) It cost money; AutoIt is free. 2) It only seems to work on XP. AutoIt is supporting everything from Win95 to...
David Nuttall
danuttall.rm
Offline Send Email
Nov 1, 2004
7:21 pm
25995
Nicely done - your is more succinct than mine. ~CP ... implementation of ... numbers. :) ... 1) ... credit ... ...
cofgrn
Offline Send Email
Nov 1, 2004
8:16 pm
25996
Here's mine - uses array to hold and manipulate input. Seems to work... ; Luhn Algorithm (Mod 10) Checker Dim $CCInput Dim $CCWork Dim $InputLen Dim $counter ...
cofgrn
Offline Send Email
Nov 1, 2004
9:44 pm
25997
I used a variation of autoit forum member Larry's code with the "controlclick" to click the OK buttons instead of the mouseclick on OK and better window title...
mihalski
Offline Send Email
Nov 2, 2004
2:05 pm
25998
I believe that the code below is as concise as you'll get. $iNumToCheck = InputBox("Luhn", "Enter a number to check with the Luhn algorithm.") If IsLuhn(...
cephasoz
Offline Send Email
Nov 2, 2004
2:06 pm
26000
... way? ... try this... WinActivate("KeyNote") WinWaitActive("KeyNote") Send("{F5}") WinWait("Keynote OPTIONS","") If Not WinActive("Keynote OPTIONS") Then _ ...
larrydalooza
Offline
Nov 2, 2004
8:54 pm
26001
... Indeed it worked, and much faster. Thank you! Not sure entirely what lesson I should take though?...
james_moult
Offline Send Email
Nov 2, 2004
9:04 pm
26002
... what ... two things... make sure a window is active before sending global keystrokes or mouse clicks ... and an application acts how the programmer...
larrydalooza
Offline
Nov 2, 2004
9:24 pm
26003
I need help again.... In my ver 2 script I did this routine: IniRead, user, c:\\user.ini, settings, username IniRead, dirno, c:\\user.ini, settings, dirnumber ...
mihalski
Offline Send Email
Nov 2, 2004
9:52 pm
26004
... $user = IniRead("c:\user.ini", "settings", "username","") $dirno = IniRead("c:\user.ini", "settings", "dirnumber","") $thedir = "n:\backup\" & $user & "\"...
larrydalooza
Offline
Nov 2, 2004
10:21 pm
26005
I have a local user that is in the Administrators group that I would like to use with RunAsSet and keep getting an error that the userid or password is...
Thomasp
Offline Send Email
Nov 3, 2004
12:32 am
26006
Silly me. Of course there's a more concise way. We don't need the intermediate $sResult at all; we can accumulate the $iResult in the first loop and do away...
cephasoz
Offline Send Email
Nov 3, 2004
1:53 pm
26007
If I use TrayIconHide to hide the icon associated with several AutoIt scripts, how can I use the Task Manager (or Process Explorer from www.sysinternals.com)...
fspafford
Offline Send Email
Nov 3, 2004
7:54 pm
26009
Is there a way to pass arguments to the script. I have made a script to task defrag in win2k and i currently use a .ini to set the drive letter to defrag: ini:...
naholyr
Offline
Nov 4, 2004
10:26 am
26010
... Search for $CmdLine in the helpfile. First match....
dfuni1002
Offline
Nov 4, 2004
10:34 am
26011
I want AutoIT to initiate a file version of an install is newer than one that is one a user's system. Otherwise, AutoIT will exit. How do I compare file...
tonydmiller
Offline
Nov 4, 2004
5:26 pm
26012
Use this as an example for what you want. I have been an avid V2 user and have only began V3 scripting so I'm sure there is a better way to do this than the...
Maynard, Tony
dranyam_ynot
Offline Send Email
Nov 4, 2004
6:10 pm
26013
Give explicit names to your AutoIt windows with AutoItWinSetTitle("title") This may help to distinguish them...
naholyr
Offline
Nov 5, 2004
9:28 am
26014
If you are referring to the autoit scripts themselves, and no tht windows they are interacting with then... Just use "compile" them. You will then see them...
Michael.Curley
Michael.Curley@...
Send Email
Nov 5, 2004
10:25 pm
26015
When I try and run a compiled script from a network drive I always get an error stating that the path to the program I am running can not be found. This is...
Top
top_gizmo
Offline Send Email
Nov 6, 2004
2:58 pm
26016
Are you using RunAsSet()? ===========================================================...
Andrew Walters
adwalters
Offline Send Email
Nov 7, 2004
7:00 pm
26017
Yes I was. But I even get an error when using Run(). Top...
Top
top_gizmo
Offline Send Email
Nov 7, 2004
10:01 pm
26018
I haven't had a chance to play with this myself aside from working around it using UNC paths (\\server\share\rest\of\path...) Sorry that's not much help but...
Andrew Walters
adwalters
Offline Send Email
Nov 8, 2004
7:34 pm
26019
Wondering how to create a inputbox window that has 3 seperate input sections. example: Full Name Username Company thx much A.B.Ames...
a_b_ames
Offline Send Email
Nov 9, 2004
2:03 am
26020
Hi I've been getting the forum news by RSS feeds without success. It replied: Warning: main(/home/jbennett/hiddensoft.com/forum/conf_global.php): failed to...
valery_vi
Offline Send Email
Nov 9, 2004
9:08 am
26021
If you run the code below, the Splash window get larger each time the code loops. Any ideas why? ;----> Begin Code (watch wrap) <---- $ScriptTitleBar =...
bionicbulldog
Offline Send Email
Nov 9, 2004
1:56 pm
Messages 25990 - 26021 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