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 27205 - 27234 of 31663   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
27205
Hi Gary, fine that you've found a solution. Another hint for your quotes problem: You can use ' or " for literals as quote signs with no difference, and you...
Joerg Toellner
toelli63
Offline Send Email
Jun 1, 2005
7:30 am
27206
I copied the command directly from a working script and I just re-confirmed that it works on my PC running Windows XP. You're running an old OS that doesn't...
Terwelp, Jeff
kotafootball
Offline Send Email
Jun 1, 2005
2:33 pm
27207
Hi, Does anyone have a script that will assign a hot key to a program in the XP Start menu. After installing a program with AutoIt I would like to (In the...
Gary Kuznitz
Docfxit
Offline Send Email
Jun 2, 2005
12:31 am
27208
Check out AutoIt3's FileCreateShortcut(). Here's an example using Notepad with a hotkey of Ctrl + Alt + n (in Windows XP): FileCreateShortcut(@WindowsDir &...
Terwelp, Jeff
kotafootball
Offline Send Email
Jun 2, 2005
1:02 am
27209
Thanks for the info. I have 9 shell32.dll's in my C: drive. Your latest command works. Regards, Sonny Giang ... From: AutoItList@yahoogroups.com...
Giang, Sonny
autoscript2003
Offline Send Email
Jun 2, 2005
1:16 am
27210
Hey guys! Been banging my head trying to figure out how the new Obj/COM functionality in the beta version of Autoit but can't get this to work. I am trying to...
dachiznitt69
Offline Send Email
Jun 2, 2005
2:14 am
27211
... Try Scriptomatic at http://www.autoitscript.com/forum/index.php? showtopic=10534&st=0...
gkfrosty
Offline
Jun 2, 2005
3:21 am
27212
Since I don't know how to use it either I'd probably use autoitx to write the var to an ini then read the ini Rick ... Monthly Fight Clips in Monthly...
Sensei J. Richard Kir...
Tutor2000
Offline Send Email
Jun 2, 2005
8:31 am
27213
Aloha gang If anyone wants my new workout timer or the code you can have it, but it's pretty simple stuff One thing I'd like to do at the end of the round is...
Sensei J. Richard Kir...
Tutor2000
Offline Send Email
Jun 2, 2005
8:39 am
27214
Hi everyone, I am trying to make a game in the Auto It language, and of course, for that I need a timer. I got a tips from a kind person on this list about the...
Philip Bennefall
philip_bennefall@...
Send Email
Jun 2, 2005
1:07 pm
27215
Can you post your code? Are you using the most recent production release of AutoIt3? (Version 3.1.1 was released on Apr 7th, 2005.) Jeff ...
Terwelp, Jeff
kotafootball
Offline Send Email
Jun 2, 2005
1:24 pm
27216
Hi Jeff. Yes, I am using I think the beta that was released some time in the middle or end of May. Here is my code: $timer = AdlibEnable("sound",100) While 1 ...
Philip Bennefall
philip_bennefall@...
Send Email
Jun 2, 2005
1:49 pm
27217
... Hi Jeff, Thank you for the sample. I must not be doing something correct. I can't get it to work. I tried to cut and paste your sample putting the two...
Gary Kuznitz
Docfxit
Offline Send Email
Jun 2, 2005
4:16 pm
27218
Excellent! I was not aware that this tool existed! AWESOME tool! This is the code I got to work just in case someone else asks... ; SCRIPT Starts Here ;...
dachiznitt69
Offline Send Email
Jun 2, 2005
5:41 pm
27219
OKay another WMI question.... The ScriptOmatic tool is awesome but it is geared towards querying data... Is it possible to use WMI to change the system.. For...
dachiznitt69
Offline Send Email
Jun 2, 2005
6:08 pm
27220
Philip, Your 2nd script ran fine on my system which is a dual processor 2mhz pentium 4 running Windows2000 with 1GB RAM. I ran it for 30 minutes while working...
Rivera, Ryan
rd_rivera
Offline Send Email
Jun 3, 2005
2:17 am
27221
Pity it is only in the Beta. Could one also retrieve the Pc model and make from this? I need to get the Serial and model numbers of the PC and the Screen. I...
Gert Scheepers
gertscheeper...
Offline Send Email
Jun 3, 2005
9:16 am
27222
Hi. I am wondering if anyone knows of a way to make a user function non blocking, so that the normal script will continue to execute even though the function...
Philip Bennefall
philip_bennefall@...
Send Email
Jun 3, 2005
12:35 pm
27223
... In other languages you would probably have to start another thread to do this. In essence, starting another process. My understanding of Au3 is that you...
brian_keene@...
brian_keene
Offline Send Email
Jun 3, 2005
8:20 pm
27224
I am trying to write a script that will pull a list of programs that are installed on a pc from the registry. Does anyone know how to do this. I am successful...
Bradley
agnstthgrn
Offline Send Email
Jun 3, 2005
8:59 pm
27225
What command can I use to see what AutoIt3 ends up with when I use: Run('@DeskTopDir & "\Notepad.lnk"') Thank you, Gary Kuznitz...
Gary Kuznitz
Docfxit
Offline Send Email
Jun 3, 2005
10:24 pm
27226
Hey Gary. That's simple. Go like this. MsgBox(0,"Desktop path","" & DeskTopDir & "Notepad.lnk") Regards Phill ... From: "Gary Kuznitz" <docfxit@...> ...
Philip Bennefall
philip_bennefall@...
Send Email
Jun 3, 2005
11:17 pm
27227
Hi again. Sorry, forgot the @ sign in my latest post, always have that before a macro of course. Regards Phill...
Philip Bennefall
philip_bennefall@...
Send Email
Jun 3, 2005
11:19 pm
27228
... Hi Phill, That's perfect. It's just what I was looking for. Now I can see exactly what is wrong. This is what I ended up with. MsgBox(0,"Desktop...
Gary Kuznitz
Docfxit
Offline Send Email
Jun 3, 2005
11:33 pm
27229
I figured it out. It's working great now. Thanks, Gary...
Gary Kuznitz
Docfxit
Offline Send Email
Jun 3, 2005
11:36 pm
27230
Look for the "DisplayName" entry at each subkey under HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall (but this of course can only tell...
Jacques Bensimon
jbensimon99
Offline Send Email
Jun 4, 2005
1:14 am
27231
Hello list, I am writing because I am trying to find a list of com objects or functions for windows, I am mainly looking for the following Microsoft office ...
tyler
compgeek134
Offline Send Email
Jun 4, 2005
1:49 am
27232
Hi. If I'm not mistaken, there are samples for office and Internet explorer in the forum on www.autoitscript.com. And sapi is like this: $sapi =...
Philip Bennefall
philip_bennefall@...
Send Email
Jun 4, 2005
2:18 am
27233
Thanks, will have to give SAPI a try... I hadn't looked in the forums yet... I will do so later. Gotta go do dishes (to bad I can't automate my brother to do...
tyler
compgeek134
Offline Send Email
Jun 4, 2005
2:29 am
27234
... I'm not as good as these guys, but what I do, if I understand what you need, is run a compiled script from the other script run not runwait, getting and ...
Sensei J. Richard Kir...
Tutor2000
Offline Send Email
Jun 4, 2005
11:13 am
Messages 27205 - 27234 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