| Author |
Message |
Topic: Windows Command Line Auto Completion [HowTo] |
tazmanian
Replies: 8
Views: 1336
|
Forum: Utilities & Resources Posted: Tue Jan 01, 2008 9:16 pm Subject: Windows Command Line Auto Completion [HowTo] |
Hello Tuncay,
I meant that when you press <tab> in cmd it completes excutable filenames found in the PATH variable.
Is there any way to extend cmd for this and how would it be done?
... |
Topic: Windows Command Line Auto Completion [HowTo] |
tazmanian
Replies: 8
Views: 1336
|
Forum: Utilities & Resources Posted: Tue Jan 01, 2008 7:05 pm Subject: Windows Command Line Auto Completion [HowTo] |
Isn't this old news?
I am looking for REAL autocompletion. That if I type "note<tab>" from any directory it will complete it to "notepad" for me. This should be easy to ... |
Topic: Search a Directory Tree Using Visual Studio 2005 |
tazmanian
Replies: 0
Views: 408
|
Forum: Scripts & Functions Posted: Mon Dec 31, 2007 10:00 pm Subject: Search a Directory Tree Using Visual Studio 2005 |
Hi
The problem with the Windows built in find and replace is that it takes too long to find the text in files and it does not support Regex.
I wrote a fairly simple script which can be used to s ... |
Topic: Using #g to search Google but met a stumbling block :-( |
tazmanian
Replies: 2
Views: 210
|
Forum: Ask for Help Posted: Sat Dec 29, 2007 9:39 pm Subject: Using #g to search Google but met a stumbling block :-( |
Thanks Mana!
It now works perfectly. Before it was searching the registry for firefox ...google... whereas now it is using the actual exe.
#g::
Send, ^c
IfWinExist Firefox
... |
Topic: Using #g to search Google but met a stumbling block :-( |
tazmanian
Replies: 2
Views: 210
|
Forum: Ask for Help Posted: Sat Dec 29, 2007 8:53 pm Subject: Using #g to search Google but met a stumbling block :-( |
I am trying to use the combination #g for searching Google for something. For example, you would highlight text and then press #g.
#g::
Send, ^c
IfWinExist Firefox
Run, F ... |
Topic: Multiple copy and paste tool |
tazmanian
Replies: 5
Views: 376
|
Forum: Ask for Help Posted: Sat Dec 29, 2007 8:36 pm Subject: Ditto |
Hi,
Check out Ditto which is absolutely brilliant. IMHO it is the best clipboard utility that exists for Windows. You can set it to store EVERYTHING you copy and paste (although I set it to store ... |
Topic: Navigation Key Remapping |
tazmanian
Replies: 3
Views: 885
|
Forum: Scripts & Functions Posted: Wed Nov 28, 2007 6:35 pm Subject: Navigation Key Remapping |
I came up with the exact same idea and it was kind of based on the vim editor which I tried using for one day but I found it too difficult.
here is the post:
http://www.autohotkey.com/forum/vi ... |
Topic: anyway round this autohotkey limitation? |
tazmanian
Replies: 12
Views: 648
|
Forum: Ask for Help Posted: Sat Nov 24, 2007 8:42 pm Subject: anyway round this autohotkey limitation? |
Thanks Laszlo,
I ended up adopting your technique or creating / destroying a hidden window. The problem with my approach with suspending the script is that other keys should still work even when t ... |
Topic: anyway round this autohotkey limitation? |
tazmanian
Replies: 12
Views: 648
|
Forum: Ask for Help Posted: Wed Nov 21, 2007 1:37 pm Subject: anyway round this autohotkey limitation? |
wow, that cuts 7 lines down to 2.
In fact its good that you can read my code and suggest improvements. Before my code was about 200 lines which is ridiculous for what I wanted it to do. |
Topic: anyway round this autohotkey limitation? |
tazmanian
Replies: 12
Views: 648
|
Forum: Ask for Help Posted: Tue Nov 20, 2007 11:14 pm Subject: anyway round this autohotkey limitation? |
I have finally implemented it
here it is:
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
SendMode Input ; Recommended for new scripts due to its ... |
Topic: anyway round this autohotkey limitation? |
tazmanian
Replies: 12
Views: 648
|
Forum: Ask for Help Posted: Tue Nov 20, 2007 7:48 pm Subject: anyway round this autohotkey limitation? |
Could you please provide a link to this IPC module please.
I cannot find it through the forum search or google for that matter
gratz
PS. there is
Suspend, On
which I will use to keep t ... |
Topic: anyway round this autohotkey limitation? |
tazmanian
Replies: 12
Views: 648
|
Forum: Ask for Help Posted: Tue Nov 20, 2007 5:22 pm Subject: Re: keep alive |
I think what you want is
#Persistent
Well, I tried that:
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
SendMode Input ; Recommended for new sc ... |
Topic: anyway round this autohotkey limitation? |
tazmanian
Replies: 12
Views: 648
|
Forum: Ask for Help Posted: Tue Nov 20, 2007 4:56 pm Subject: anyway round this autohotkey limitation? |
There is a limitation in autohotkey that a script will end its execution once it meets a return statement or a Hotkey definition.
In my script I want to be able to set hotkeys
$h:: Home
... |
Topic: Problems changing my tray icon |
tazmanian
Replies: 4
Views: 216
|
Forum: Ask for Help Posted: Tue Nov 20, 2007 3:28 am Subject: Problems changing my tray icon |
Thanks
The help file is not all that clear and does not really provide an example
But I probably skimmed over it as fast as Leon  |
Topic: I cant get a script to work -- a compiler/interpreter issue? |
tazmanian
Replies: 3
Views: 313
|
Forum: Ask for Help Posted: Sun Nov 18, 2007 7:28 pm Subject: I cant get a script to work -- a compiler/interpreter issue? |
VxE
I found your code very beautiful
Below is your code which I modified so that it does not reload each time you press caps lock. I like your idea of using the caps lock key because of the ... |
| |