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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 18566 - 18595 of 31663   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
18566
Hi Alexander, No need for thanks. Speaking in words of a wise guy i read today: It's a good feeling when you can help s.o. and pay back a little. CU Joerg ... ...
Joerg Toellner
toelli63
Offline Send Email
Oct 1, 2003
7:15 am
18567
Cheers, that'll do - I really needed the list of all the return values, like there, I know someone's working on the macro docs, and didn't want to be impatient...
Chris Stoneham
chris_1013_work
Offline Send Email
Oct 1, 2003
8:29 am
18568
... Chris: I didn't know that's what you wanted. Or I would have posted the following: Macro | Values | Oper. System ... ...
Brian Keene
brian_keene
Offline Send Email
Oct 1, 2003
11:29 am
18569
That's great thanks for your help. ... From: Brian Keene [mailto:brian_keene@...] Sent: 01 October 2003 13:27 To: AutoItList@yahoogroups.com Subject: Re:...
Chris Stoneham
chris_1013_work
Offline Send Email
Oct 1, 2003
11:34 am
18570
... No I don't know. That's in Dave's & Jon's hands. What they do with it is they're pervue. I'm just a user trying to help out with some of the...
Brian Keene
brian_keene
Offline Send Email
Oct 1, 2003
11:52 am
18571
Hi, I'm using AutoIt3 (and really happy with it: a great step forwards from AutoIt2!) My question: I know AutoIt3 can create shotcuts. But does someone also ...
henkvs2000
Offline Send Email
Oct 1, 2003
11:58 am
18572
Some calendar and programming resources. Gene http://www.boost.org/libs/date_time/doc/ (appears to be most informative) ...
Gene Sears
genesears01
Offline Send Email
Oct 1, 2003
1:12 pm
18573
Hi all, I've been using Autoit for various sundry items the last few months, but unfortunately, haven't gotten into the real meaty items much. I'm currently...
jeffduke75
Offline Send Email
Oct 1, 2003
2:16 pm
18574
I don't think you need to update your code again. The update you already posted works with the rules you have specified. You are handling both exceptions...
Terwelp, Jeff
kotafootball
Offline Send Email
Oct 1, 2003
2:18 pm
18575
If you don't mind moving to AutoIt3, you could use DriveGetDrive() to find all fixed disks and then run XCOPY on each disk returned. The disadvantage to using...
Terwelp, Jeff
kotafootball
Offline Send Email
Oct 1, 2003
2:38 pm
18576
That doesn't actually sound like a bad suggestion, thanks for responding so quickly. I'm unsure of the ramifications of using another piece of software with...
jeffduke75
Offline Send Email
Oct 1, 2003
2:42 pm
18577
... I would be grateful if you could double check what I've already changed by testing (I haven't run any of the tests except the sort functions) each of the...
Brian Keene
brian_keene
Offline Send Email
Oct 1, 2003
2:56 pm
18578
Have you looked into the FileCopy function in AutoIt3? This may give you more flexibility Chris ... From: jeffduke75 [mailto:mrcrimson@...] Sent: 01...
Chris Stoneham
chris_1013_work
Offline Send Email
Oct 1, 2003
2:59 pm
18579
FileCopy won't search subdirectories nor does it support multiple extensions. Jeff ... From: Chris Stoneham [mailto:chris.stoneham@...] Sent:...
Terwelp, Jeff
kotafootball
Offline Send Email
Oct 1, 2003
3:06 pm
18580
I have a scipt to perform som installs and at the end of the install I want to apeend to a log file (text file) a entry log for every computer that installed...
beb7089
Offline Send Email
Oct 1, 2003
3:07 pm
18581
Hmmm, to be honest I didn't go into it that deep. I'll get me coat. I certainly wouldn't manipulate the windows interface directly to do something like this...
Chris Stoneham
chris_1013_work
Offline Send Email
Oct 1, 2003
3:10 pm
18582
You can construct something with the macros: @SEC, @MIN, @HOUR, @MDAY, @MON, @YEAR (in AutoIt3) or A_SEC, A_MIN, A_HOUR, A_MDAY, A_MON, A_YEAR in AutoIt2 Chris...
Chris Stoneham
chris_1013_work
Offline Send Email
Oct 1, 2003
3:12 pm
18583
Brian, I'll begin working on this tonight after band practice and let you know the results. We need to get ready for our next gig on Nov. 1st. Thx. Sincerely...
Jeremy Landes
jslandes
Offline Send Email
Oct 1, 2003
3:30 pm
18584
I will be adding a user function to do logging to a specified file at some point. However, until then you could use the following macros: @MON, @MDAY, @YEAR,...
Jeremy Landes
jslandes
Offline Send Email
Oct 1, 2003
3:34 pm
18585
Try the command "xcopy32 /? |more" in a DOS or Command window to see the options available. If you want to select file(s) to backup on the basis of file date...
Gene Sears
genesears01
Offline Send Email
Oct 1, 2003
3:34 pm
18586
I get an error message "Unable to verify integrity of [AutoIT] Program will be closed. Please contact support@..." everytime I boot my Win2K server....
dennis4604
Offline Send Email
Oct 1, 2003
3:38 pm
18587
Hi- I have written an autoit script that automates a complex modem installation. It works just fine on Win98-WinXP platforms. Now, I want to generalize it to...
rohiller
Offline Send Email
Oct 1, 2003
3:43 pm
18588
Check in your Add/Remove program control panel applet to see if AutoIt shows up at all. If it does, uninstall it from there. Also look in the Program Files...
Jeremy Landes
jslandes
Offline Send Email
Oct 1, 2003
3:53 pm
18589
This would work if you take a file-directory listing using the /b and appropriate other parameters and redirect it into a file. Process the file with AutoIt3....
Gene Sears
genesears01
Offline Send Email
Oct 1, 2003
3:59 pm
18590
If it is there every boot, check startup folders and registry for unwanted EXEs... HKLM\Software\Microsoft\Windows\CurrentVersion\Run Larry ... AutoIt shows ...
larrydalooza
Offline
Oct 1, 2003
4:04 pm
18591
Try XXCopy from www.xxcopy.com. It might be able to do the job your asking about. Regards Brian Keene In troubling times, it's good to read true stories by...
Brian Keene
brian_keene
Offline Send Email
Oct 1, 2003
4:31 pm
18592
That's quite a wide range of operating systems you support! Robocopy works on every Win32 OS except Windows 95 and Windows NT 3.5x so, depending on how many...
Terwelp, Jeff
kotafootball
Offline Send Email
Oct 1, 2003
4:50 pm
18593
... My company has expressed a similar interest... What docs are you targeting? Larry...
larrydalooza
Offline
Oct 1, 2003
5:05 pm
18594
Well, I believe we'll be ok on the 95/nt 3.5 stuff, now that I think about it. The vast majority of the users are going to be Win2000/XP, with a few 98's...
jeffduke75
Offline Send Email
Oct 1, 2003
5:48 pm
18595
Since we are unable to verify what kinds of files people are using specifically, we are going to have to scan for a wide variety of files based upong the...
jeffduke75
Offline Send Email
Oct 1, 2003
5:54 pm
Messages 18566 - 18595 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