| Author |
Message |
Topic: executng an AHK script with command line switch???? |
jsmain
Replies: 2
Views: 131
|
Forum: Ask for Help Posted: Tue Jan 15, 2008 5:59 pm Subject: executng an AHK script with command line switch???? |
Oops! I overlooked it in my searches...
I found the answer I long for here...
http://www.autohotkey.com/docs/Scripts.htm#cmd |
Topic: executng an AHK script with command line switch???? |
jsmain
Replies: 2
Views: 131
|
Forum: Ask for Help Posted: Tue Jan 15, 2008 5:34 pm Subject: executng an AHK script with command line switch???? |
Is it possible to create a compiled AHK script that will recognize a command line switch that affects its execution?
For instance, I've done some reading about controling winamp with Ahk...
Say ... |
Topic: How to tell _why_ Filecopy fails? |
jsmain
Replies: 7
Views: 401
|
Forum: Ask for Help Posted: Mon Oct 29, 2007 12:13 pm Subject: How to tell _why_ Filecopy fails? |
Because of Zippo, I was able to determine that I wasn't able to over write because the file was read only. once I changed the attribute, I was able to over write it.
Thanks Zippo! |
Topic: How to tell _why_ Filecopy fails? |
jsmain
Replies: 7
Views: 401
|
Forum: Ask for Help Posted: Thu Oct 25, 2007 6:30 pm Subject: How to tell _why_ Filecopy fails? |
Thanks! That was much more helpful!
[url=http://msdn2.microsoft.com/en-us/library/ms681382.aspx]System Error Codes |
Topic: How to tell _why_ Filecopy fails? |
jsmain
Replies: 7
Views: 401
|
Forum: Ask for Help Posted: Thu Oct 25, 2007 12:17 pm Subject: How to tell _why_ Filecopy fails? |
I was really hoping to see a better responce to this myself.
I've been using filecopy to transfer and rename 150+
MB MPEG files from DVD to the HDD, and they do so, unless the file already exists ... |
Topic: Vista Vs Spy |
jsmain
Replies: 3
Views: 280
|
Forum: Wish List Posted: Fri Aug 31, 2007 1:19 am Subject: Vista Vs Spy |
Thanks Chris!
It's all I can really ask of such a wonderful tool! |
Topic: Vista Vs Spy |
jsmain
Replies: 3
Views: 280
|
Forum: Wish List Posted: Thu Aug 30, 2007 6:20 pm Subject: Vista Vs Spy |
This is likely a vista issue, but thought I'd pass it along here, hoping for a fix.
The AHK spy title states (Shift - Alt - Tab to freeze display)
This has always worked well for XP, but Vista app ... |
Topic: When a new big version of Autohotkey? |
jsmain
Replies: 13
Views: 1112
|
Forum: Wish List Posted: Wed Aug 08, 2007 12:17 pm Subject: When a new big version of Autohotkey? |
AHK is constantly changing, little by little, day by day.
When the changes come this often, the only way for a big release, is not to release the little stuff, and save it all for a single big releas ... |
Topic: Get info from context menu |
jsmain
Replies: 17
Views: 2445
|
Forum: Scripts & Functions Posted: Wed Aug 08, 2007 12:14 pm Subject: Get info from context menu |
| If you have windows spy utility, or wininspector, you can identify the Menu ID(wParam), and then just use postmessage to seend the message to the window directly, unless of course you need to determin ... |
Topic: Menu Item State. |
jsmain
Replies: 9
Views: 577
|
Forum: Ask for Help Posted: Tue Aug 07, 2007 12:01 pm Subject: Menu Item State. |
Cool!
Thank you very much!  |
Topic: Menu Item State. |
jsmain
Replies: 9
Views: 577
|
Forum: Ask for Help Posted: Mon Aug 06, 2007 10:45 pm Subject: Menu Item State. |
lexikos,
This worked better in my app than it did with notepad. However, I now need to understand how to go 1 level deeper. I've been able to access all the first level menus with this script, but t ... |
Topic: Menu Item State. |
jsmain
Replies: 9
Views: 577
|
Forum: Ask for Help Posted: Sun Aug 05, 2007 3:56 pm Subject: Menu Item State. |
| Thanks for that, and sorry about the typos... I was using a different machine for the testing, and obviously didn't change everything I should have, and would have caught in a direct copy & paste. ... |
Topic: Menu Item State. |
jsmain
Replies: 9
Views: 577
|
Forum: Ask for Help Posted: Sat Aug 04, 2007 11:32 pm Subject: Menu Item State. |
BTW, I've also tried this in notepad, trying to determine the state of the word wrap menu item ID 32...
WinGet, hWnd, ID, Untitled - Notepad
hMenu :=DllCall("GetMenu",Uint,hWnd,U ... |
Topic: Menu Item State. |
jsmain
Replies: 9
Views: 577
|
Forum: Ask for Help Posted: Sat Aug 04, 2007 11:23 pm Subject: Menu Item State. |
I've been researching but I'm now confused...
I have a menu item I wish to check the state of before making any alterations....
It's a Pause menu item in my favorite music application.
I want t ... |
Topic: Extracting Menus |
jsmain
Replies: 8
Views: 3765
|
Forum: Scripts & Functions Posted: Fri Aug 03, 2007 8:49 pm Subject: Extracting Menus |
This is great stuff right here!
Too bad it doesn't also show the check states of the menu items.... |
| |