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...
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...
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...
Check out AutoIt3's FileCreateShortcut(). Here's an example using Notepad with a hotkey of Ctrl + Alt + n (in Windows XP): FileCreateShortcut(@WindowsDir &...
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...
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...
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...
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@...
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 ...
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@...
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...
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 ;...
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...
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...
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...
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@...
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...
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...
Hi again. Sorry, forgot the @ sign in my latest post, always have that before a macro of course. Regards Phill...
Philip Bennefall
philip_bennefall@...
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...
Look for the "DisplayName" entry at each subkey under HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall (but this of course can only tell...
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 ...
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@...
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...
... 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 ...