| Author |
Message |
Topic: CMDret - AHK functions |
rocknrollgolfer
Replies: 184
Views: 48540
|
Forum: Scripts & Functions Posted: Sat Dec 19, 2009 9:32 pm Subject: CMDret - AHK functions |
| Well, I've actually had no problems with the RTconsole.exe stub missing characters, and the cmdstub.exe stub seems more stable than that stub and has no issues either. I do some filtering so I only se ... |
Topic: CMDret - AHK functions |
rocknrollgolfer
Replies: 184
Views: 48540
|
Forum: Scripts & Functions Posted: Fri Dec 18, 2009 8:30 pm Subject: CMDret - AHK functions |
| One more note about my post above. RTConsole.exe seems to perform the same function as the cmdstub.exe program this is already included with the cmdret.dll version of these functions. RTConsole.exe cr ... |
Topic: CMDret - AHK functions |
rocknrollgolfer
Replies: 184
Views: 48540
|
Forum: Scripts & Functions Posted: Thu Nov 12, 2009 4:05 pm Subject: CMDret - AHK functions |
| Maybe it's an issue with the program I'm using, or just an issue overall, but using the streaming function does not really stream very well with a program that never stops running. As mentioned previo ... |
Topic: I need help with RegExMatch |
rocknrollgolfer
Replies: 31
Views: 805
|
Forum: Ask for Help Posted: Thu Nov 12, 2009 6:22 am Subject: I need help with RegExMatch |
This is a great site for testing regex expressions:
http://www.robagar.com/liveregex/ |
Topic: Changing the on/off button for script |
rocknrollgolfer
Replies: 2
Views: 101
|
Forum: Ask for Help Posted: Sat Oct 10, 2009 5:48 am Subject: Changing the on/off button for script |
Is this a trick question?
The second line where it says NumLock:: is what defines the button. Change it to Delete::. |
Topic: cmd window freezes after running a command |
rocknrollgolfer
Replies: 5
Views: 292
|
Forum: Ask for Help Posted: Mon Oct 05, 2009 4:51 pm Subject: cmd window freezes after running a command |
| Just a note that I never resolved this problem. I did a workaround by running the windump command manually in a batch file (ie:autohotkey does not start it, I do) and leaving the rest of the code in a ... |
Topic: cmd window freezes after running a command |
rocknrollgolfer
Replies: 5
Views: 292
|
Forum: Ask for Help Posted: Sat Oct 03, 2009 9:23 pm Subject: cmd window freezes after running a command |
| CMDret seemed like a good idea so I've implemented that. It works great but something on my command line is still breaking my command. It is in the section of the command that has the brackets. Someth ... |
Topic: cmd window freezes after running a command |
rocknrollgolfer
Replies: 5
Views: 292
|
Forum: Ask for Help Posted: Sat Oct 03, 2009 2:36 pm Subject: cmd window freezes after running a command |
I am trying to run this code:
sWindump = windump.exe -A -q -i 2 -p >>D:\bumblebee\windump.txt
Run, %comspec% /k
ControlSend,,%sWindump%`n,ahk_Class ConsoleWindowClass
sleep, 3000
Co ... |
| |