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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 26489 - 26518 of 31663   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
26489
Hi all, My company need to create an automation script for a fucki.. Software that doesn't allow easy scripting... They now use a Wintask one. Now, my goal...
Florent Gilain
florent.gilain@...
Send Email
Feb 2, 2005
2:56 pm
26490
gotit to work - thanks for the help tells me how many drives , gives the drive letter and i put the letter into a install script.... works great "Terwelp,...
AJ Romyn
theezcoder
Offline Send Email
Feb 2, 2005
3:36 pm
26491
Hi, I just started with auto-it and I love it. Can someone tell me how I can put the first cd or dvd-rom letter into a script. e.g. at the end of the script I...
renaixsence
Offline Send Email
Feb 2, 2005
8:42 pm
26492
$var = DriveGetDrive( "CDROM" ) If NOT @error Then $CDDVDDrive = $var[1] MsgBox(4096, "", "The first CD/DVD drive is " & $CDDVDDrive) EndIf _____ From:...
Terwelp, Jeff
kotafootball
Offline Send Email
Feb 2, 2005
8:50 pm
26493
I don't want to display a message box but I want to integrate the drive letter that was found by the script into CDTray ( "xxx", "open" ) as where xxx is the...
renaixsence
Offline Send Email
Feb 2, 2005
8:59 pm
26494
Thanks to your script I found the solution myself: $var = DriveGetDrive( "CDROM" ) If NOT @error Then $CDDVDDrive = $var[1] CDTray ( $CDDVDDrive, "open" ) ...
renaixsence
Offline Send Email
Feb 2, 2005
9:12 pm
26495
Having trouble with RunWait command, using the 1/30/2005 version of AutoIt3 and running Win2K Pro sp4. The following code... $sBasePath = FileSelectFolder (...
Gene
gtsears
Offline Send Email
Feb 3, 2005
5:52 am
26496
You just miss to define the workingdir RunWait(@ComSpec & " /c " & "dir " & $sBasePath & "\*.jpg /o:d /b " & " > " & $sBasePath & "\" & $sFile2Process, "", 5...
Mesnage, Jean-Paul
jpmesnage
Offline Send Email
Feb 3, 2005
7:45 am
26497
What would be the command line to send what is typed in the input box?...
chris
quick_sliver007
Offline Send Email
Feb 3, 2005
2:25 pm
26498
Can you give a little more info.? I think I know what you mean, am not sure. Gene ... From: chris [mailto:quick_sliver007@...] Sent: Thursday,...
Gene
gtsears
Offline Send Email
Feb 3, 2005
7:34 pm
26499
Here's some more details: What would add to this script- $MyVar = InputBox ( 'Text Box', 'Enter your text in the box.' ) In order for it send the text I enter...
chris
quick_sliver007
Offline Send Email
Feb 3, 2005
7:49 pm
26500
Here are two examples for sending to an untitled Notepad window. The 2nd method is better if you know the control ID. For more info and special codes that can...
Phillip Adams
phillip123adams
Offline Send Email
Feb 3, 2005
8:59 pm
26501
Thank you. Your a genius....
chris
quick_sliver007
Offline Send Email
Feb 3, 2005
9:32 pm
26502
I am looking for a script to delete files older than an entered date in a specified folder. I have seen the script in message 23233, but it is "not very...
mihalski
Offline Send Email
Feb 3, 2005
9:44 pm
26503
Can you repost message 23233 so we can take a look at the script you're referring to? Jeff _____ From: mihalski [mailto:speedi@...] Sent: Thursday,...
Terwelp, Jeff
kotafootball
Offline Send Email
Feb 3, 2005
9:57 pm
26504
Here it is... ;====================================== ; SCRIPT TO AUTOMATICALLY CLEAN UP ; DIRECTORIES SPECIFIED IN THE INI FILE ; RUN ONCE A DAY WITH WINDOWS...
Gene
gtsears
Offline Send Email
Feb 3, 2005
10:07 pm
26505
I'm using the 1/30/2005 version of AutoIt3 and running Win2K Pro, sp4. CODE ======================================== MsgBox(4096, "Move data", $sSourcePath &...
Gene
gtsears
Offline Send Email
Feb 3, 2005
10:15 pm
26506
This script has a lot more than you need if you just want to process one directory. You could use FileSelectFolder() to select the folder you're interested...
Terwelp, Jeff
kotafootball
Offline Send Email
Feb 3, 2005
10:49 pm
26507
Hello all, I'm new to AutoIt, and I want to create a script to copy a bunch of files using the FileCopy() command. For each file being copied, I want a message...
Mark Worden
MarkWorden
Offline Send Email
Feb 3, 2005
11:57 pm
26508
Here is a simple script for pasting when in the area you are pasteing doesn't allow pasteing. ; Prompt the user to run the script - use a Yes/No prompt $answer...
chris
quick_sliver007
Offline Send Email
Feb 4, 2005
1:48 am
26509
Hi Chris, 1. Here's a way to not have to worry about the sleep interval: HotKeySet("{F2}", "_Send") ; Change the hot keys as desired. While 1 $MyVar =...
Phillip Adams
phillip123adams
Offline Send Email
Feb 4, 2005
2:42 am
26510
Hi All, why reinvent the wheel? DECAY 1.20 by Johan Lindh. Command-line utility for Windows NT/2K. Moves or deletes files and directories based on their age. ...
"Lüth, Carsten"
nwtrader2000
Offline Send Email
Feb 4, 2005
7:45 am
26511
sounds great - you did not mention where it can be obtained??? Thanks! ... From: "Lüth, Carsten" [mailto:c.lueth@...] Sent: Friday, February 04, 2005...
Jim Mihalski
mihalski
Offline Send Email
Feb 4, 2005
10:27 am
26512
http://www.linkdata.se/...
Christa Banken
christa_banken
Offline Send Email
Feb 4, 2005
10:37 am
26513
decay is superb and is available from: http://www.linkdata.se/software.html jack Untabling his hands, he lapped them stomachways ... From: "Lüth, Carsten"...
Jack Horsfield
jack_horsfield
Offline Send Email
Feb 4, 2005
2:52 pm
26514
I would like to build a simple gui menu , with options pointing to a variety of scripts,, any suggenstions?...
theezcoder
Offline Send Email
Feb 4, 2005
4:05 pm
26515
Thanks for the input. i liked your first script alot better then mine and it really improved it alot. i liked the loop part and the hot hey part. i like to...
chris
quick_sliver007
Offline Send Email
Feb 5, 2005
5:55 am
26516
Hi Friendz I want t reset the radio buttons in an application window after the appliction is run .How could i do that using Auto it? Rajesh...
rajeshwar_bullet2000
rajeshwar_bu...
Offline Send Email
Feb 5, 2005
12:31 pm
26517
I have a script that is a rewrite of a unix script. It pops up a Input box every couple of hours that I write what I am doing in. This is written to a text...
Tom Bodine
bo_dance
Offline Send Email
Feb 5, 2005
1:49 pm
26518
My problem was that I declared the at command as @SystemDir & "at.exe". When I did this the Run would fail with a bad path error. Here is the solution to my...
Tom Bodine
bo_dance
Offline Send Email
Feb 5, 2005
2:40 pm
Messages 26489 - 26518 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