| Author |
Message |
Topic: BatteryDeley: Low laptop battery alert |
deleyd
Replies: 8
Views: 2539
|
Forum: Scripts & Functions Posted: Fri Jan 01, 2010 11:26 pm Subject: BatteryDeley: Low laptop battery alert |
| OK got that download problem fixed and released version 1.2 with a minor bugfix. |
Topic: BatteryDeley: Low laptop battery alert |
deleyd
Replies: 8
Views: 2539
|
Forum: Scripts & Functions Posted: Thu Dec 31, 2009 7:43 pm Subject: BatteryDeley: Low laptop battery alert |
Version 1.1
Alerts when battery becomes fully charged (optional).
Displays battery charge percentage in pop-up when hovering mouse over tray icon
To prevent battery fully charged alert, edit Batter ... |
Topic: How to escape special characters in command line parameters |
deleyd
Replies: 4
Views: 280
|
Forum: Ask for Help Posted: Sun Aug 30, 2009 7:09 pm Subject: How to escape special characters in command line parameters |
| BoBo, you wish me to repost on the Scripts forum? Or is there some way to move a post to the Scripts forum I don't know about. |
Topic: How to escape special characters in command line parameters |
deleyd
Replies: 4
Views: 280
|
Forum: Ask for Help Posted: Sun Aug 30, 2009 5:12 pm Subject: How to escape special characters in command line parameters |
You aren't sure how to escape the special characters in that parameter so it comes out right?
How Command Line Parameters Are Parsed
How to escape the special characters in your parameters
with ... |
Topic: How do I determine my AutoHotkey version number? |
deleyd
Replies: 7
Views: 189
|
Forum: Ask for Help Posted: Thu Aug 27, 2009 9:12 pm Subject: How do I determine my AutoHotkey version number? |
| I thought you were referring to a .chm help file, or kind of help that's kept on my computer, with some way of invoking it via autohotkey, that I'm supposed to update when I update autohotkey. |
Topic: How do I determine my AutoHotkey version number? |
deleyd
Replies: 7
Views: 189
|
Forum: Ask for Help Posted: Thu Aug 27, 2009 7:46 pm Subject: How do I determine my AutoHotkey version number? |
| How do I access the help file? The only help I know of is www.autohotkey.com/docs |
Topic: How do I determine my AutoHotkey version number? |
deleyd
Replies: 7
Views: 189
|
Forum: Ask for Help Posted: Thu Aug 27, 2009 3:38 am Subject: How do I determine my AutoHotkey version number? |
Thank you! I was unsuccessfully trying all sorts of things at the Command Prompt:> autohotkey -version
> autohotkey -v
> autohotkey /?
Then thought about asking, but thought, "No, I ... |
Topic: How do I determine my AutoHotkey version number? |
deleyd
Replies: 7
Views: 189
|
Forum: Ask for Help Posted: Thu Aug 27, 2009 3:03 am Subject: How do I determine my AutoHotkey version number? |
| How do I determine what version of AutoHotkey I have? |
Topic: AutoHotKey Expression Examples: "" %% () and all t |
deleyd
Replies: 7
Views: 1539
|
Forum: Ask for Help Posted: Thu Aug 27, 2009 3:00 am Subject: AutoHotKey Expression Examples: "" %% () and all t |
added these new sections:
T: THE AUTOHOTKEY RUN COMMAND
U: PASSING PARAMETERS TO AUTOHOTKEY SCRIPTS
V: PASSING PARAMETERS TO ANY PROGRAM
also added a new essay,
How Command Line Parameters ... |
Topic: using run with a command line switch |
deleyd
Replies: 14
Views: 467
|
Forum: Ask for Help Posted: Fri Jul 17, 2009 8:47 am Subject: using run with a command line switch |
windowed is a variable? use %windowed%
Not quite sure what you want the parameter to be.
Perhaps you want:
run, "c:\program files\world of warcraft\wow.exe" "\\-%windowed%&qu ... |
Topic: using run with a command line switch |
deleyd
Replies: 14
Views: 467
|
Forum: Ask for Help Posted: Wed Jul 15, 2009 8:53 pm Subject: using run with a command line switch |
If this is not a regular .exe program, then try:Run, "%comspec%" /c ""Show Params.ahk" "param one" "param two" "param three"", , Hide
; ... |
Topic: autohtokey.exe not in PATH but still works? |
deleyd
Replies: 3
Views: 138
|
Forum: Ask for Help Posted: Tue Jul 07, 2009 6:23 pm Subject: autohtokey.exe not in PATH but still works? |
Yup there it is:[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\AutoHotkey.exe]
@="C:\\Program Files\\AutoHotkey\\AutoHotkey.exe"
The instructions say ... |
Topic: autohtokey.exe not in PATH but still works? |
deleyd
Replies: 3
Views: 138
|
Forum: Ask for Help Posted: Mon Jul 06, 2009 6:43 pm Subject: autohtokey.exe not in PATH but still works? |
Why does this work at a command prompt:
>autohotkey.exe MyScript.ahk
Usually I can't run programs unless their directory is in the PATH environment, otherwise the computer doesn't know where the ... |
Topic: Exactly what C++ compiler is used to make current release? |
deleyd
Replies: 2
Views: 413
|
Forum: General Chat Posted: Sat Jun 27, 2009 11:22 pm Subject: Exactly what C++ compiler is used to make current release? |
Exactly what C++ compiler & version of is used to make the current releases of AutoHotkey?
|
Topic: need help automating a few clicks on a website |
deleyd
Replies: 74
Views: 3359
|
Forum: Ask for Help Posted: Wed Jun 24, 2009 7:26 pm Subject: need help automating a few clicks on a website |
The following may help:
Example of Navigating a Website
http://www.autohotkey.com/forum/viewtopic.php?t=42488
If a yes/no dialog box comes up, is there a window title for that dialog box? You c ... |
| |