| Author |
Message |
Topic: Opening Multiple Files in text editor |
Kapt Kaos
Replies: 17
Views: 205
|
Forum: Ask for Help Posted: Wed Nov 12, 2008 10:00 pm Subject: Opening Multiple Files in text editor |
| Do a google search for notepad++. This will open as many tabs with whatever was in them the last time you closed it. |
Topic: help parsing/monitoring changing log file |
Kapt Kaos
Replies: 5
Views: 442
|
Forum: Ask for Help Posted: Tue May 22, 2007 9:30 pm Subject: help parsing/monitoring changing log file |
Do a Google search for "Tail for Win32". It's not AHK but it free.
Dan
www.it-prints.com |
Topic: loop process too fast????? |
Kapt Kaos
Replies: 6
Views: 368
|
Forum: Ask for Help Posted: Fri Apr 06, 2007 8:38 pm Subject: loop process too fast????? |
AKH is a great tool but the wrong one for what you are doing.
If you have Adobe Acrobat Pro, you don't need AHK to do what you want to do.
Look for "Batch Processing" in your Adobe Hel ... |
Topic: How to exit a #Persistent routine when app using it closes? |
Kapt Kaos
Replies: 2
Views: 210
|
Forum: Ask for Help Posted: Mon Mar 19, 2007 2:47 pm Subject: How to exit a #Persistent routine when app using it closes? |
| Thanks engunneer, I'll give it a try. |
Topic: How to exit a #Persistent routine when app using it closes? |
Kapt Kaos
Replies: 2
Views: 210
|
Forum: Ask for Help Posted: Fri Mar 16, 2007 9:09 pm Subject: How to exit a #Persistent routine when app using it closes? |
I open an app and start a #Persistent routine. When I close the app I need the #Persistent routine to close.:
#SingleInstance ignore
SetTitleMatchMode, 1
#Persistent
SetTimer, savethefile , ... |
Topic: need help with program idea |
Kapt Kaos
Replies: 17
Views: 602
|
Forum: Ask for Help Posted: Fri Mar 09, 2007 10:16 pm Subject: need help with program idea |
| Harass her ha! |
Topic: Great Niece on the Today Show |
Kapt Kaos
Replies: 2
Views: 381
|
Forum: General Chat Posted: Mon Mar 05, 2007 1:44 pm Subject: Great Niece on the Today Show |
Yep,
That's my little Bella. |
Topic: What is #NoEnv |
Kapt Kaos
Replies: 3
Views: 446
|
Forum: Ask for Help Posted: Fri Mar 02, 2007 9:48 pm Subject: What is #NoEnv |
| foom must be right. I have an old version. Going off to find the latest. |
Topic: Great Niece on the Today Show |
Kapt Kaos
Replies: 2
Views: 381
|
Forum: General Chat Posted: Fri Mar 02, 2007 4:48 pm Subject: Great Niece on the Today Show |
Hi all,
My great niece made an apperence on the Today show. If you care to see this gorgeous babe click the link below.
You will have to endure a 30 second ad and then wait til about 3:22 into ... |
Topic: What is #NoEnv |
Kapt Kaos
Replies: 3
Views: 446
|
Forum: Ask for Help Posted: Wed Feb 28, 2007 9:46 pm Subject: What is #NoEnv |
I've seen #NoEnv at the top of some scripts. When I try the scripts, they error out at that command.
I cannot find it in the help file. |
Topic: Is there a way to read what is being selected by the mouse? |
Kapt Kaos
Replies: 3
Views: 312
|
Forum: Ask for Help Posted: Fri Feb 23, 2007 8:49 pm Subject: Is there a way to read what is being selected by the mouse? |
| ctrl/c would put it in the clipboard |
Topic: Install Printer and change defult settings |
Kapt Kaos
Replies: 2
Views: 278
|
Forum: Ask for Help Posted: Wed Feb 14, 2007 2:14 pm Subject: Install Printer and change defult settings |
The error is "Process cannot be completed" which is returned from the command line:
run rundll32 printui.dll,PrintUIEntry /Sr /n "Test Printer" /a "Test Printer.dat" ... |
Topic: Install Printer and change defult settings |
Kapt Kaos
Replies: 2
Views: 278
|
Forum: Ask for Help Posted: Tue Feb 13, 2007 5:30 pm Subject: Install Printer and change defult settings |
I can install a printer using this command line:
rundll32 printui.dll,PrintUIEntry /if /b "Test Printer" /f %windir%\inf\ntprint.inf /r "lpt1:" /m "Apple Color LW 12/66 ... |
Topic: cb.exe |
Kapt Kaos
Replies: 4
Views: 333
|
Forum: General Chat Posted: Thu Feb 08, 2007 4:52 pm Subject: cb.exe |
clipboard.exe. Only used to redirect the content of a console session (AKA 'the DOS box') to the clipboard.
So what you are saying is the fact that the calling windows application waits for the cli ... |
Topic: cb.exe |
Kapt Kaos
Replies: 4
Views: 333
|
Forum: General Chat Posted: Thu Feb 08, 2007 3:44 pm Subject: cb.exe |
Can someone tell me a little bit about this file? I understand that it if for example at a command promt I type:
dir | cb.exe
The directory listing will be placed in the windows clipboard. ... |
| |